summaryrefslogtreecommitdiff
path: root/db/migrate/20141216155758_create_doorkeeper_tables.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20141216155758_create_doorkeeper_tables.rb')
-rw-r--r--db/migrate/20141216155758_create_doorkeeper_tables.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/db/migrate/20141216155758_create_doorkeeper_tables.rb b/db/migrate/20141216155758_create_doorkeeper_tables.rb
index af5aa7d8b73..b323ffe96f5 100644
--- a/db/migrate/20141216155758_create_doorkeeper_tables.rb
+++ b/db/migrate/20141216155758_create_doorkeeper_tables.rb
@@ -1,3 +1,4 @@
+# rubocop:disable all
class CreateDoorkeeperTables < ActiveRecord::Migration
def change
create_table :oauth_applications do |t|