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



100
101
102
103
# File 'app/controllers/concerns/hyrax/flexible_catalog_behavior.rb', line 100

def initialize
  self.class.load_flexible_schema
  super
end