categories_controller.rb 129 Bytes Edit Raw Blame History 1 2 3 4 5 class CategoriesController < EnvironmentAdminController def index @categories = environment.top_level_categories end end