Class: Wafflemix::ApplicationController

Inherits:
ActionController::Base
  • Object
show all
Defined in:
app/controllers/wafflemix/application_controller.rb

Instance Method Summary collapse

Instance Method Details



6
7
8
# File 'app/controllers/wafflemix/application_controller.rb', line 6

def menu_items
  @menu_items = Page.active.arrange(:order => :position)
end