aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/refinery/banners/admin/banners_controller.rb
blob: 1992bcf8d9cdcfbd94f35bd32a4633a89f5f7a20 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
module Refinery
  module Banners
    module Admin
      class BannersController < ::Refinery::AdminController

        crudify :'refinery/banners/banner',
                :title_attribute => 'name', :xhr_paging => true

      end
    end
  end
end