This commit is contained in:
Sam Lown 2010-06-21 23:56:42 +02:00
parent 92b13709e3
commit 42ca7bca73

View file

@ -292,13 +292,10 @@ help with migrations.
### Rails 3.0
In your environment.rb file require the gem as follows:
In your Gemfile require the gem with a simple line:
gem "couchrest_model"
Rails::Initializer.run do |config|
....
config.gem "couchrest_model"
....
end
## Testing