Sha256: 82aa8de6613c02901a78523fe6755dd8c768a382a9836e2f26cf049cb6b5ddf7
Contents?: true
Size: 429 Bytes
Versions: 40
Compression:
Stored size: 429 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.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 end
Version data entries
40 entries across 40 versions & 5 rubygems