doc fix
This commit is contained in:
parent
92b13709e3
commit
42ca7bca73
1 changed files with 3 additions and 6 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue