Module: Hyrax::FlexibleCatalogBehavior

Extended by:
ActiveSupport::Concern
Defined in:
app/controllers/concerns/hyrax/flexible_catalog_behavior.rb

Instance Method Summary collapse

Instance Method Details

#initializeObject



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

Returns:

  • (Boolean)


149
150
151
# File 'app/controllers/concerns/hyrax/flexible_catalog_behavior.rb', line 149

def render_optionally?
  true
end