Flowdock
method

documents_flat

Importance_0
v3.2.8 - Show latest stable - 0 notes - Class: RailsGuides::Helpers
documents_flat() 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 19
    def documents_flat
      documents_by_section.map {|section| section['documents']}.flatten
    end
Register or log in to add new notes.