Sha256: dc43e5add273f1753a9efb2ccba9800cea475bd18302e462f1937451ce45c2ee
Contents?: true
Size: 421 Bytes
Versions: 29
Compression:
Stored size: 421 Bytes
Contents
# this clas was inspired (heavily) from the mephisto admin architecture class Admin::OverviewController < Admin::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
Version data entries
29 entries across 29 versions & 6 rubygems