aasm/spec/models/this_name_better_not_be_in_...

12 lines
155 B
Ruby
Raw Normal View History

2013-04-21 16:43:03 +00:00
class ThisNameBetterNotBeInUse
include AASM
aasm do
state :initial
state :symbol
state :string
state :array
state :proc
end
end