Class: Caboose::BlockTypeCategoriesController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- Caboose::BlockTypeCategoriesController
- Defined in:
- app/controllers/caboose/block_type_categories_controller.rb
Instance Method Summary collapse
-
#admin_tree_options ⇒ Object
GET /admin/block-type-categories/tree-options.
Methods inherited from ApplicationController
#admin_add, #admin_bulk_add, #admin_bulk_delete, #admin_bulk_update, #admin_delete, #admin_edit, #admin_index, #admin_json, #admin_json_single, #admin_update, #before_action, #before_before_action, #hashify_query_string, #init_cart, #logged_in?, #logged_in_user, #login_user, #logout_user, #parse_url_params, #reject_param, #user_is_allowed, #user_is_allowed_to, #validate_cookie, #validate_token, #var, #verify_logged_in
Instance Method Details
#admin_tree_options ⇒ Object
GET /admin/block-type-categories/tree-options
6 7 8 9 |
# File 'app/controllers/caboose/block_type_categories_controller.rb', line 6 def return unless user_is_allowed('pages', 'edit') render :json => BlockTypeCategory.tree end |