summaryrefslogtreecommitdiff
path: root/db/migrate/20130617095603_create_users_groups.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20130617095603_create_users_groups.rb')
-rw-r--r--db/migrate/20130617095603_create_users_groups.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/db/migrate/20130617095603_create_users_groups.rb b/db/migrate/20130617095603_create_users_groups.rb
index 2efc04f1151..45cff93fe4a 100644
--- a/db/migrate/20130617095603_create_users_groups.rb
+++ b/db/migrate/20130617095603_create_users_groups.rb
@@ -1,3 +1,4 @@
+# rubocop:disable all
class CreateUsersGroups < ActiveRecord::Migration
def change
create_table :users_groups do |t|