aboutsummaryrefslogtreecommitdiffstats
path: root/guides/bug_report_templates/active_record_migrations_master.rb
diff options
context:
space:
mode:
authorbogdanvlviv <bogdanvlviv@gmail.com>2018-02-18 02:39:01 +0200
committerJeremy Daer <jeremydaer@gmail.com>2018-02-17 22:53:14 -0800
commit690ce38cfe531ded6cfb282071e21d803297a6dc (patch)
tree30ba065e5cccbc1d4011dfa899199bb6494f90a7 /guides/bug_report_templates/active_record_migrations_master.rb
parent8f98054ef96f9335667071c70a7cf7d82ee92b07 (diff)
downloadrails-690ce38cfe531ded6cfb282071e21d803297a6dc.tar.gz
rails-690ce38cfe531ded6cfb282071e21d803297a6dc.tar.bz2
rails-690ce38cfe531ded6cfb282071e21d803297a6dc.zip
Update bug report templates
Prepare bug report templates for Rails 6.0 development Add missing `require "active_support"` in `guides/bug_report_templates/generic_gem.rb`
Diffstat (limited to 'guides/bug_report_templates/active_record_migrations_master.rb')
-rw-r--r--guides/bug_report_templates/active_record_migrations_master.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/bug_report_templates/active_record_migrations_master.rb b/guides/bug_report_templates/active_record_migrations_master.rb
index 194b093ac3..715dca98ba 100644
--- a/guides/bug_report_templates/active_record_migrations_master.rb
+++ b/guides/bug_report_templates/active_record_migrations_master.rb
@@ -36,7 +36,7 @@ end
class Payment < ActiveRecord::Base
end
-class ChangeAmountToAddScale < ActiveRecord::Migration[5.2]
+class ChangeAmountToAddScale < ActiveRecord::Migration[6.0]
def change
reversible do |dir|
dir.up do