Class: ForumPresenter

Inherits:
ForumCommonPresenter show all
Defined in:
app/presenters/forum_presenter.rb

Overview

Define presentation-specific methods here. Helpers are accessed through helpers (aka h).


Instance Method Summary collapse

Methods inherited from ForumCommonPresenter

#label_published

Instance Method Details

#visibilityObject




8
9
10
# File 'app/presenters/forum_presenter.rb', line 8

def visibility
  forum.visibility_to_s
end