mirror of
https://github.com/aasm/aasm
synced 2023-03-27 23:22:41 -04:00
Changed scott's email address to protect it from spambots when publishing rdocs
This commit is contained in:
parent
277373b41a
commit
482e8d970d
2 changed files with 2 additions and 1 deletions
|
@ -2,6 +2,7 @@
|
|||
Allowing for nil values in states for active record
|
||||
Only set state to default state before_validation_on_create
|
||||
New rake task to uninstall, build and reinstall the gem (useful for development)
|
||||
Changed scott's email address to protect it from spambots when publishing rdocs
|
||||
New non-(!) methods that allow for firing events without persisting [Jeff Dean]
|
||||
|
||||
* Added aasm_states_for_select that will return a select friendly collection of states.
|
||||
|
|
|
@ -54,7 +54,7 @@ Here's a quick example highlighting some of the features.
|
|||
|
||||
= Other Stuff
|
||||
|
||||
Author:: Scott Barron <scott@elitists.net>
|
||||
Author:: Scott Barron <scott at elitists dot net>
|
||||
License:: Copyright 2006, 2007, 2008 by Scott Barron.
|
||||
Released under an MIT-style license. See the LICENSE file
|
||||
included in the distribution.
|
||||
|
|
Loading…
Add table
Reference in a new issue