Fix comment typo on aasm_column

This commit is contained in:
Richie Vos 2010-04-20 11:47:06 +08:00 committed by Travis Tilley
parent 20de42db78
commit 84f62932b9
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ module AASM
end
module ClassMethods
# Maps to the aasm_column in the database. Deafults to "aasm_state". You can write:
# Maps to the aasm_column in the database. Defaults to "aasm_state". You can write:
#
# create_table :foos do |t|
# t.string :name