You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# For backwards compatibility, handle cases where config_path (a String) is passed in as the argument rather than a config_options hash
176
176
# In all other cases, set config_path to config_options[:config_path], which is ok if it's nil
177
-
ifoptions.is_a?String
178
-
raiseArgumentError,"Calling ActiveFedora.init with a path as an argument has been removed. Use ActiveFedora.init(:fedora_config_path=>#{options})"
179
-
end
177
+
raiseArgumentError,"Calling ActiveFedora.init with a path as an argument has been removed. Use ActiveFedora.init(:fedora_config_path=>#{options})"ifoptions.is_a?String
0 commit comments