Sha256: 1ee9065bf0116e9066c50dc51a637d5c0821f0607f5dda75712b0b1fa257ac36
Contents?: true
Size: 294 Bytes
Versions: 317
Compression:
Stored size: 294 Bytes
Contents
module Caboose class BlockTypeCategoriesController < ApplicationController # @route 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
317 entries across 317 versions & 1 rubygems