Sha256: f6ffefbed01128ab3542687291e08e3d91a3b7e42e1581b8d7fadd450826b6a2
Contents?: true
Size: 483 Bytes
Versions: 15
Compression:
Stored size: 483 Bytes
Contents
# this clas was inspired (heavily) from the mephisto admin architecture module Spree module Admin class OverviewController < BaseController #todo, add rss feed of information that is happening 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 end end end
Version data entries
15 entries across 15 versions & 1 rubygems