Skip to content

Commit

Permalink
Add comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
airblade committed Jul 14, 2011
1 parent c0f4e32 commit 774cf2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/paper_trail/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ def reify(options = {})
end

# Returns what changed in this version of the item. Cf. `ActiveModel::Dirty#changes`.
# Returns nil if your `versions` table does not have an `object_changes` text column.
def changeset
if Version.method_defined?(:object_changes)
if changes = object_changes
Expand Down

0 comments on commit 774cf2a

Please sign in to comment.