1
0
Fork 0
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:
Rin Raeuber 2015-10-06 15:01:01 +02:00
parent 64a133407d
commit 4409bd8217
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@ module Callbacks
include AASM
aasm do
state :open, :inital => true
state :open, :initial => true
state :closed
state :out_to_lunch

View file

@ -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