Sha256: bf19d8556f1469fa0a263d79c5d07bd635a6d318198a55295464200d94b04093
Contents?: true
Size: 302 Bytes
Versions: 63
Compression:
Stored size: 302 Bytes
Contents
class ::IshManager::CategoriesController < IshManager::ApplicationController before_action :set_lists def index authorize! :categories_index, IshManager::Ability # @categories = Category.all_hierarchical @categories_flat = Category.all_flat @tags = Category.all_tags end end
Version data entries
63 entries across 63 versions & 1 rubygems