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
#forum ⇒ Object
5 6 7 |
# File 'lib/formol/controllers/nested/has_parent_forum.rb', line 5 def forum @forum ||= Formol::Forum..find(params[:forum_id]) end |