Sha256: cc09f5f2e677cc1665136d05b4411f5fa1fffa5bc3b86573910ba7a5d85a61a7
Contents?: true
Size: 203 Bytes
Versions: 2
Compression:
Stored size: 203 Bytes
Contents
module Wafflemix class ApplicationController < ActionController::Base before_filter :menu_items def menu_items @menu_items = Page.active.arrange(:order => :position) end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
wafflemix-0.0.6 | app/controllers/wafflemix/application_controller.rb |
wafflemix-0.0.5 | app/controllers/wafflemix/application_controller.rb |