Class: Junebug::Controllers::List
- Inherits:
-
R
- Object
- R
- Junebug::Controllers::List
- Defined in:
- lib/junebug/controllers.rb
Instance Method Summary collapse
Instance Method Details
#get ⇒ Object
111 112 113 114 115 |
# File 'lib/junebug/controllers.rb', line 111 def get @page_title = "All Pages" @pages = Page.find :all, :order => 'title' render :list end |