Flowdock
method

docs_for_menu

Importance_0
v3.2.13 - Show latest stable - 0 notes - Class: RailsGuides::Helpers
docs_for_menu(position) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File railties/guides/rails_guides/helpers.rb, line 27
    def docs_for_menu(position)
      position == 'L' ? documents_by_section.to(3) : documents_by_section.from(4)
    end
Register or log in to add new notes.