Class: ProfilePresenter

Inherits:
SimpleDelegator
  • Object
show all
Defined in:
app/presenters/profile_presenter.rb

Instance Method Summary collapse

Instance Method Details

#eachObject



4
5
6
7
8
# File 'app/presenters/profile_presenter.rb', line 4

def each(*)
  super do |e|
    yield ThemePresentation.wrap(e, ProfilePresenter)
  end
end