lib/scimitar.rb in scimitar-1.5.3 vs lib/scimitar.rb in scimitar-1.6.0
- old
+ new
@@ -23,18 +23,6 @@
def self.engine_configuration
@engine_configuration ||= EngineConfiguration.new
@engine_configuration
end
-
- # Set in a "Rails.application.config.to_prepare" block by Scimitar itself to
- # establish default values. Older Scimitar client applications might not use
- # that wrapper; we don't want to overwrite settings they configured, but we
- # *do* want to let them overwrite the defaults. Thus, '||=" is used here but
- # not in ::service_provider_configuration=.
- #
- # Client applications should not call this method themselves.
- #
- def self.default_service_provider_configuration(default_configuration)
- @service_provider_configuration ||= custom_configuration
- end
end