1
0
Fork 0
mirror of https://github.com/aasm/aasm synced 2023-03-27 23:22:41 -04:00

Merge pull request #215 from yui-knk/fix/comment

Fix comment
This commit is contained in:
Thorsten Böttger 2015-02-24 21:13:37 +13:00
commit 7c50254d90

View file

@ -10,7 +10,7 @@ module AASM
#
# Adds
#
# before_validation :aasm_ensure_initial_state, :on => :create
# after_initialize :aasm_ensure_initial_state
#
# As a result, it doesn't matter when you define your methods - the following 2 are equivalent
#