app/controllers/brightcontent/pages_controller.rb in brightcontent-pages-2.0.26 vs app/controllers/brightcontent/pages_controller.rb in brightcontent-pages-2.0.27
- old
+ new
@@ -1,16 +1,6 @@
require_dependency "brightcontent/application_controller"
module Brightcontent
- class PagesController < BaseController
- per_page 99999
-
- def list_fields
- %w{name}
- end
-
- def form_fields
- %w{name parent_id hidden body attachments}
- end
-
+ class PagesController < PageBaseController
end
end