Module: Formol::Controllers::Nested::HasParentCategory

Included in:
Admin::ForumsController
Defined in:
lib/formol/controllers/nested/has_parent_category.rb

Instance Method Summary collapse

Instance Method Details

#categoryObject



5
6
7
# File 'lib/formol/controllers/nested/has_parent_category.rb', line 5

def category
  @category ||= Formol::Category.find(params[:category_id])
end