Module: Formol::Controllers::Nested::HasParentForum

Included in:
TopicsController
Defined in:
lib/formol/controllers/nested/has_parent_forum.rb

Instance Method Summary collapse

Instance Method Details

#forumObject



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

def forum
  @forum ||= Formol::Forum.ready_for_breadcrumb.find(params[:forum_id])
end