aboutsummaryrefslogtreecommitdiffstats
path: root/activestorage
diff options
context:
space:
mode:
authorKasper Timm Hansen <kaspth@gmail.com>2017-08-22 13:02:43 +0200
committerGitHub <noreply@github.com>2017-08-22 13:02:43 +0200
commitfabac4fe025e3af5ecd53e621a06cc4ab20b01b5 (patch)
tree0fefb3baf12b24d8e856ff085aeccb4e6158fc79 /activestorage
parent02b5453331df9326763780341ad816fdb9a98d07 (diff)
parent43f452f23bcfd300f334b9d70e4a91a2ff5a4ab7 (diff)
downloadrails-fabac4fe025e3af5ecd53e621a06cc4ab20b01b5.tar.gz
rails-fabac4fe025e3af5ecd53e621a06cc4ab20b01b5.tar.bz2
rails-fabac4fe025e3af5ecd53e621a06cc4ab20b01b5.zip
Merge pull request #30356 from bogdanvlviv/remove-frozen_string_literal-from-blob-migration
Remove frozen_string_literal comment from activestorage's migration
Diffstat (limited to 'activestorage')
-rw-r--r--activestorage/db/migrate/20170806125915_create_active_storage_tables.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/activestorage/db/migrate/20170806125915_create_active_storage_tables.rb b/activestorage/db/migrate/20170806125915_create_active_storage_tables.rb
index d333b6bf9c..8dc000821b 100644
--- a/activestorage/db/migrate/20170806125915_create_active_storage_tables.rb
+++ b/activestorage/db/migrate/20170806125915_create_active_storage_tables.rb
@@ -1,5 +1,3 @@
-# frozen_string_literal: true
-
class CreateActiveStorageTables < ActiveRecord::Migration[5.1]
def change
create_table :active_storage_blobs do |t|