Updating README to pertain to the rails console command properly for rails 3.

This commit is contained in:
Ben Atkins 2012-11-06 10:08:13 -05:00
parent 28171e15d2
commit 10ed280b89
1 changed files with 1 additions and 1 deletions

View File

@ -360,7 +360,7 @@ class ApplicationController
end
```
In a migration or in `script/console` you can set who is responsible like this:
In a migration or in `rails console` you can set who is responsible like this:
```ruby
>> PaperTrail.whodunnit = 'Andy Stewart'