Module: Hyrax::FlexibleCatalogBehavior
- Extended by:
- ActiveSupport::Concern
- Defined in:
- app/controllers/concerns/hyrax/flexible_catalog_behavior.rb
Instance Method Summary collapse
- #initialize ⇒ Object
-
#render_optionally? ⇒ Boolean
Hook to allow optional rendering at the app level.
Instance Method Details
#initialize ⇒ Object
143 144 145 146 |
# File 'app/controllers/concerns/hyrax/flexible_catalog_behavior.rb', line 143 def initialize self.class.load_flexible_schema super end |
#render_optionally? ⇒ Boolean
Hook to allow optional rendering at the app level
149 150 151 |
# File 'app/controllers/concerns/hyrax/flexible_catalog_behavior.rb', line 149 def render_optionally? true end |