Skip to content

Commit

Permalink
Merge pull request troessner#42 from mhayes/patch-1
Browse files Browse the repository at this point in the history
fixed super tiny typo :)
  • Loading branch information
troessner committed Dec 22, 2011
2 parents 5d722bd + d6824d3 commit 5e4b1c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rdoc
Expand Up @@ -117,7 +117,7 @@ the name of the timestamp column.

# This will look for an attribute named repaired_on to update upon save
event :rebuild, :timestamp => :repaired_on do
transiions :from => :exploded, :to => :rebuilt
transitions :from => :exploded, :to => :rebuilt
end

== Listing all the available states
Expand Down

0 comments on commit 5e4b1c0

Please sign in to comment.