diff options
Diffstat (limited to 'db/migrate/20150320234437_add_location_to_user.rb')
-rw-r--r-- | db/migrate/20150320234437_add_location_to_user.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/db/migrate/20150320234437_add_location_to_user.rb b/db/migrate/20150320234437_add_location_to_user.rb index 32731d37d75..df046570361 100644 --- a/db/migrate/20150320234437_add_location_to_user.rb +++ b/db/migrate/20150320234437_add_location_to_user.rb @@ -1,3 +1,4 @@ +# rubocop:disable all class AddLocationToUser < ActiveRecord::Migration def change add_column :users, :location, :string |