Method: Vedeu::Menus::Menu#collection

Defined in:
lib/vedeu/menus/menu.rb

#collectionArray

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Returns:

  • (Array)


56
57
58
# File 'lib/vedeu/menus/menu.rb', line 56

def collection
  @collection || []
end