Skip to content

Commit

Permalink
Document caveat (closes #26)
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethkalmer committed Nov 8, 2010
1 parent 6d76378 commit de6031f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ If your model declares +attr_accessible+ after +acts_as_audited+, you need to se
attr_accessible :name
end

Another caveat is documented in issue 26[https://github.com/collectiveidea/acts_as_audited/issues#issue/26], where an audit created on the first request to the server does not have a user. Please review the Github issue for more details on how to fix this. It does not appear to affect Rails 3.

== Compatability

+acts_as_audited+ works with Rails 2.1 or later.
Expand Down

0 comments on commit de6031f

Please sign in to comment.