added admin part with password protected map and supporter list UNTESTED
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class Admin::SupportersController < Admin::ApplicationController
|
||||
def index
|
||||
@supporters = Supporter.desc(:created_at)
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user