mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
Add overview_controller from spree_backend so that we can now merge it with the OFN's decorator
This commit is contained in:
13
app/controllers/spree/admin/overview_controller.rb
Normal file
13
app/controllers/spree/admin/overview_controller.rb
Normal file
@@ -0,0 +1,13 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user