Class: Spree::Admin::OverviewController

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

Instance Method Summary collapse

Methods included from Core::ControllerHelpers::Common

included

Methods included from Core::ControllerHelpers::Auth

#current_ability, included, #redirect_back_or_default, #store_location, #try_spree_current_user, #unauthorized

Instance Method Details

#indexObject

todo, add rss feed of information that is happening



7
8
9
10
11
12
13
# File 'app/controllers/spree/admin/overview_controller.rb', line 7

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