aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/extensions/gallery_links/app/controllers/refinery/gallery_links/admin/gallery_links_controller.rb
blob: 89c5a66544fce56b445f9753c31251f1dc574851 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
module Refinery
  module GalleryLinks
    module Admin
      class GalleryLinksController < ::Refinery::AdminController

        crudify :'refinery/gallery_links/gallery_link',
                :xhr_paging => true

      end
    end
  end
end