lib/couchrest/railtie.rb in couchrest_model-1.0.0.beta8 vs lib/couchrest/railtie.rb in couchrest_model-1.0.0

- old
+ new

@@ -2,10 +2,11 @@ require "active_model/railtie" module CouchrestModel # = Active Record Railtie class Railtie < Rails::Railtie - config.generators.orm :couchrest + config.generators.orm :couchrest_model + config.generators.test_framework :test_unit, :fixture => false end end - \ No newline at end of file +