lib/generators/hydra/templates/config/initializers/fedora_config.rb in hydra-head-3.0.0pre1 vs lib/generators/hydra/templates/config/initializers/fedora_config.rb in hydra-head-3.0.0pre2
- old
+ new
@@ -5,10 +5,12 @@
# This initializes ActiveFedora with config info from RAILS_ROOT/lib/fedora.yml
# Among other things, it allows you to access Fedora and Solr (ActiveFedora's copy) as ActiveFedora.fedora and ActiveFedora.solr
silence_warnings { ENABLE_SOLR_UPDATES=true }
-ActiveFedora.init
+
+# Don't need to call ActiveFedora.init any more. It's handled by {ActiveFedora::Railtie}
+# ActiveFedora.init
#
# Loads EAD descriptors
# Attempts to parse any xml files in lib/stanford/ead/
#