README.markdown in purgatory-1.0.0 vs README.markdown in purgatory-1.1.0
- old
+ new
@@ -25,10 +25,10 @@
To apply the changes, simply call the approve! method on the associated Pergatory instance, passing in the approving user as a parameter
purgatory = item.purgatories.last
purgatory.approve!(current_user)
-The following are the attributes of a purgatory:
+The following are some attributes of a purgatory:
purgatory.soul # The ActiveRecord model instance whose changes are in purgatory
purgatory.requester # The user who created the purgatory
purgatory.created_at # The time when the purgatory was created
purgatory.approver # The user who approved the purgatory