Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
Notice about dependent option
  • Loading branch information
LTe committed Aug 27, 2012
1 parent f0a8473 commit 0054120
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ Usage
class User < ActiveRecord::Base
acts_as_messageable :table_name => "table_with_messages", # default 'messages'
:required => :body # default [:topic, :body]
:class_name => "CustomMessages" # default "ActsAsMessageable::Message"
:class_name => "CustomMessages" # default "ActsAsMessageable::Message",
:dependent => :destroy # default :nullify
end
```

Expand Down

0 comments on commit 0054120

Please sign in to comment.