Remove Rubocop skip comment from migration style guide [ci skip]

This commit is contained in:
Drew Blessing 2016-06-23 08:59:47 -05:00
parent 3eab71f930
commit 8d96bae6db
1 changed files with 0 additions and 1 deletions

View File

@ -37,7 +37,6 @@ First, you need to provide information on whether the migration can be applied:
For example:
```
# rubocop:disable all
# Migration type: online without errors (works on previous version and new one)
class MyMigration < ActiveRecord::Migration
...