mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Don't annotate template class with :nodoc:
This commit is contained in:
parent
5944850bc1
commit
09068931f0
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
class ActiveStorageCreateTables < ActiveRecord::Migration[5.1] # :nodoc:
|
||||
class ActiveStorageCreateTables < ActiveRecord::Migration[5.1]
|
||||
def change
|
||||
create_table :active_storage_blobs do |t|
|
||||
t.string :key
|
||||
|
|
Loading…
Reference in a new issue