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
|
||||
|
||||
aasm do
|
||||
state :open, :inital => true
|
||||
state :open, :initial => true
|
||||
state :closed
|
||||
state :out_to_lunch
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@ module Callbacks
|
|||
include AASM
|
||||
|
||||
aasm(:left) do
|
||||
state :open, :inital => true
|
||||
state :open, :initial => true
|
||||
state :closed
|
||||
state :out_to_lunch
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue