aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Draper <matthew@trebex.net>2014-07-05 02:24:00 +0930
committerMatthew Draper <matthew@trebex.net>2014-07-05 02:24:00 +0930
commit42de6200eb48f93fc6504003b4693703b6b3a825 (patch)
tree7a0b1aabf1c04e3b1bb3b73db4cfd281c161d6fe
parent23e35f11d12db270c9e5a0f29668bb3375c55e65 (diff)
parentf367f2e50e1b50cce677d09c790281e25c3a200c (diff)
downloadrails-42de6200eb48f93fc6504003b4693703b6b3a825.tar.gz
rails-42de6200eb48f93fc6504003b4693703b6b3a825.tar.bz2
rails-42de6200eb48f93fc6504003b4693703b6b3a825.zip
Merge pull request #16040 from seuros/patch-1
Add arel to the controller template [ci skip]
-rw-r--r--guides/bug_report_templates/action_controller_master.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/guides/bug_report_templates/action_controller_master.rb b/guides/bug_report_templates/action_controller_master.rb
index d44fd9196a..a027d6b169 100644
--- a/guides/bug_report_templates/action_controller_master.rb
+++ b/guides/bug_report_templates/action_controller_master.rb
@@ -2,6 +2,7 @@ unless File.exist?('Gemfile')
File.write('Gemfile', <<-GEMFILE)
source 'https://rubygems.org'
gem 'rails', github: 'rails/rails'
+ gem 'arel', github: 'rails/arel'
GEMFILE
system 'bundle'