Sha256: f7a520170f73da3e504b23082b1b0b4e87f0f5d104c317d17276625625b4538d
Contents?: true
Size: 291 Bytes
Versions: 15
Compression:
Stored size: 291 Bytes
Contents
# this clas was inspired (heavily) from the mephisto admin architecture module Spree module Admin class OverviewController < Spree::Admin::BaseController #todo, add rss feed of information that is happening def index @users = User.all end end end end
Version data entries
15 entries across 15 versions & 1 rubygems