Skip to content

Commit

Permalink
Add frozen_string_literal to migration templates
Browse files Browse the repository at this point in the history
Part of #47424
  • Loading branch information
stanhu committed Jul 25, 2018
1 parent 6cb30f8 commit 05cb559
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
@@ -1,3 +1,5 @@
# frozen_string_literal: true

# See http://doc.gitlab.com/ce/development/migration_style_guide.html
# for more information on how to write migrations for GitLab.

Expand Down
2 changes: 2 additions & 0 deletions generator_templates/active_record/migration/migration.rb
@@ -1,3 +1,5 @@
# frozen_string_literal: true

# See http://doc.gitlab.com/ce/development/migration_style_guide.html
# for more information on how to write migrations for GitLab.

Expand Down
@@ -1,3 +1,5 @@
# frozen_string_literal: true

# See http://doc.gitlab.com/ce/development/migration_style_guide.html
# for more information on how to write migrations for GitLab.

Expand Down

0 comments on commit 05cb559

Please sign in to comment.