From 3bd72b8a29a688eb399ff4a57678ff42cd0d5aec Mon Sep 17 00:00:00 2001 From: Sam Lown Date: Fri, 19 Nov 2010 01:03:40 +0100 Subject: [PATCH] Modifying railtie to use couchrest_model name --- lib/couchrest/railtie.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/couchrest/railtie.rb b/lib/couchrest/railtie.rb index e167785a..7c55e0f1 100644 --- a/lib/couchrest/railtie.rb +++ b/lib/couchrest/railtie.rb @@ -4,9 +4,9 @@ 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 +