summaryrefslogtreecommitdiff
path: root/db/migrate/20130304104623_add_state_to_user.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20130304104623_add_state_to_user.rb')
-rw-r--r--db/migrate/20130304104623_add_state_to_user.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/db/migrate/20130304104623_add_state_to_user.rb b/db/migrate/20130304104623_add_state_to_user.rb
index 8154c21065f..4456d022e3f 100644
--- a/db/migrate/20130304104623_add_state_to_user.rb
+++ b/db/migrate/20130304104623_add_state_to_user.rb
@@ -1,3 +1,4 @@
+# rubocop:disable all
class AddStateToUser < ActiveRecord::Migration
def change
add_column :users, :state, :string