mirror of
https://github.com/aasm/aasm
synced 2023-03-27 23:22:41 -04:00
Fix typo in specs.
This commit is contained in:
parent
64a133407d
commit
4409bd8217
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ module Callbacks
|
||||||
include AASM
|
include AASM
|
||||||
|
|
||||||
aasm do
|
aasm do
|
||||||
state :open, :inital => true
|
state :open, :initial => true
|
||||||
state :closed
|
state :closed
|
||||||
state :out_to_lunch
|
state :out_to_lunch
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@ module Callbacks
|
||||||
include AASM
|
include AASM
|
||||||
|
|
||||||
aasm(:left) do
|
aasm(:left) do
|
||||||
state :open, :inital => true
|
state :open, :initial => true
|
||||||
state :closed
|
state :closed
|
||||||
state :out_to_lunch
|
state :out_to_lunch
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue