Class: Comable::Admin::CategoriesController

Inherits:
ApplicationController show all
Defined in:
app/controllers/comable/admin/categories_controller.rb

Instance Method Summary collapse

Methods inherited from ApplicationController

#current_ability

Instance Method Details

#createObject



8
9
10
11
# File 'app/controllers/comable/admin/categories_controller.rb', line 8

def create
  Comable::Category.from_jstree!(params[:jstree_json])
  redirect_to comable.admin_categories_path
end