Sha256: a9010c0db6c1202c073e6526d5ae6144f32d24e08b315a2ff68a9a9a24a4a58c
Contents?: true
Size: 287 Bytes
Versions: 443
Compression:
Stored size: 287 Bytes
Contents
module Caboose class BlockTypeCategoriesController < ApplicationController # GET /admin/block-type-categories/tree-options def admin_tree_options return unless user_is_allowed('pages', 'edit') render :json => BlockTypeCategory.tree end end end
Version data entries
443 entries across 443 versions & 1 rubygems