1
0
Fork 0
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:
George Claghorn 2017-07-23 19:45:03 -04:00
parent 5944850bc1
commit 09068931f0

View file

@ -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