doc fix
This commit is contained in:
parent
92b13709e3
commit
42ca7bca73
|
@ -292,13 +292,10 @@ help with migrations.
|
||||||
|
|
||||||
### Rails 3.0
|
### 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
|
## Testing
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue