aboutsummaryrefslogtreecommitdiffstats
path: root/guides/bug_report_templates
diff options
context:
space:
mode:
authorAbdelkader Boudih <terminale@gmail.com>2014-07-03 19:35:53 +0000
committerAbdelkader Boudih <terminale@gmail.com>2014-07-03 19:35:53 +0000
commitf367f2e50e1b50cce677d09c790281e25c3a200c (patch)
tree2209de16d340a8bd215ac8f1b3366fba8fb2e72e /guides/bug_report_templates
parentd4422c36ca265c076825e2ad94511f4e900c3015 (diff)
downloadrails-f367f2e50e1b50cce677d09c790281e25c3a200c.tar.gz
rails-f367f2e50e1b50cce677d09c790281e25c3a200c.tar.bz2
rails-f367f2e50e1b50cce677d09c790281e25c3a200c.zip
Add arel to the controller template
Diffstat (limited to 'guides/bug_report_templates')
-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'