bunch of fixes, need to refactoring to move state to the store in order to make it more fluxy

This commit is contained in:
Edin Dazdarevic
2015-03-19 22:29:16 +01:00
parent bc10740780
commit a7e40e579f
5 changed files with 93 additions and 213 deletions

View File

@@ -5,6 +5,7 @@ class CreateChildren < ActiveRecord::Migration
t.integer :gender
t.date :date_of_birth
t.integer :user_id
t.boolean :on_the_way
end
end
end