Class: Admin::OverviewController
- Defined in:
- app/controllers/admin/overview_controller.rb
Overview
this clas was inspired (heavily) from the mephisto admin architecture
Instance Method Summary collapse
-
#index ⇒ Object
todo, add rss feed of information that is happening.
Instance Method Details
#index ⇒ Object
todo, add rss feed of information that is happening
6 7 8 9 10 11 12 |
# File 'app/controllers/admin/overview_controller.rb', line 6 def index @users = User.find(:all) #@users = User.find_with_deleted(:all, :order => 'updated_at desc') # going to list today's orders, yesterday's orders, older orders # have a filter / search at the top # @orders, @ end |