iplemented rails admin

This commit is contained in:
2016-04-22 11:10:40 +02:00
parent b2b0c7c22c
commit 1482d3d4ec
9 changed files with 258 additions and 34 deletions
@@ -1,5 +0,0 @@
class Admin::SupportersController < Admin::ApplicationController
def index
@supporters = Supporter.desc(:created_at)
end
end