Skip to content

Commit

Permalink
Clarify the readme further.
Browse files Browse the repository at this point in the history
  • Loading branch information
lowjoel committed Jul 10, 2015
1 parent 405ecfd commit 74cfd04
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ Define an initializer in your Rails application to configure the gem:

```ruby
ActiveRecord::Userstamp.configure do |config|
# config.default_stamper = 'User'
# config.creator_attribute = :creator_id
# config.updater_attribute = :updater_id
config.deleter_attribute = nil
end
```
Expand Down

0 comments on commit 74cfd04

Please sign in to comment.