Files

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
156 B
Ruby
Raw Permalink Normal View History

module API::APIDocsHelper
def initial_menu_classes(side_displayed, show_decoration)
classes = super
classes << " api-docs"
classes
end
end