Class: ForumPresenter
- Inherits:
-
ForumCommonPresenter
- Object
- BasePresenter
- ForumCommonPresenter
- ForumPresenter
- Defined in:
- app/presenters/forum_presenter.rb
Overview
Define presentation-specific methods here. Helpers are accessed through helpers (aka h).
Instance Method Summary collapse
-
#visibility ⇒ Object
——————————————————————————.
Methods inherited from ForumCommonPresenter
Instance Method Details
#visibility ⇒ Object
8 9 10 |
# File 'app/presenters/forum_presenter.rb', line 8 def visibility forum.visibility_to_s end |