This commit is contained in:
2016-04-21 16:53:30 +02:00
parent fd3111eedf
commit 4a46b14c29
5 changed files with 19 additions and 13 deletions
@@ -1,5 +1,7 @@
class Admin::SupportersController < Admin::ApplicationController
def index
@supporters = Supporter.desc(:created_at)
module Admin
class SupportersController < Admin::ApplicationController
def index
@supporters = Supporter.desc(:created_at)
end
end
end