Module: DataControllerConfiguration::SharedDataControllerConfiguration
- Extended by:
- ActiveSupport::Concern
- Included in:
- GeographicAreaTypesController, GeographicAreasController, GeographicAreasGeographicItemsController, GeographicItemsController, NamespacesController, OrganizationsController, PeopleController, PreparationTypesController, RepositoriesController, SerialChronologiesController, SerialsController, SourcesController
- Defined in:
- app/controllers/concerns/data_controller_configuration/shared_data_controller_configuration.rb
Instance Method Summary collapse
- #set_is_shared_data_model ⇒ Object protected
Instance Method Details
#set_is_shared_data_model ⇒ Object (protected)
14 15 16 |
# File 'app/controllers/concerns/data_controller_configuration/shared_data_controller_configuration.rb', line 14 def set_is_shared_data_model @is_shared_data_model = true end |