Module: EntryPresenter
- Extended by:
- ActiveSupport::Concern
- Defined in:
- app/presenters/entry_presenter.rb
Defined Under Namespace
Modules: ClassMethods
Instance Method Summary collapse
Instance Method Details
#fields ⇒ Object
14 15 16 |
# File 'app/presenters/entry_presenter.rb', line 14 def fields self.class.columns.keys.map { |field| send(field) } end |