Class: Admin::OverviewController

Inherits:
BaseController
  • Object
show all
Defined in:
app/controllers/admin/overview_controller.rb

Overview

this clas was inspired (heavily) from the mephisto admin architecture

Instance Method Summary collapse

Instance Method Details

#indexObject

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.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