Module: Hyrax::ModelProxy
- Included in:
- CollectionPresenter, EmbargoPresenter, FileSetPresenter, LeasePresenter, TrophyPresenter, WorkShowPresenter
- Defined in:
- app/presenters/hyrax/model_proxy.rb
Overview
Provide the ActiveModel methods so that this object routes the same as the object represented by the solr document.
Instance Method Summary collapse
Instance Method Details
#persisted? ⇒ Boolean
13 14 15 |
# File 'app/presenters/hyrax/model_proxy.rb', line 13 def persisted? true end |
#to_model ⇒ Object
17 18 19 |
# File 'app/presenters/hyrax/model_proxy.rb', line 17 def to_model self end |
#to_partial_path ⇒ Object
9 10 11 |
# File 'app/presenters/hyrax/model_proxy.rb', line 9 def to_partial_path _delegated_to._to_partial_path end |