diff options
author | Abdelkader Boudih <terminale@gmail.com> | 2014-07-03 19:35:53 +0000 |
---|---|---|
committer | Abdelkader Boudih <terminale@gmail.com> | 2014-07-03 19:35:53 +0000 |
commit | f367f2e50e1b50cce677d09c790281e25c3a200c (patch) | |
tree | 2209de16d340a8bd215ac8f1b3366fba8fb2e72e | |
parent | d4422c36ca265c076825e2ad94511f4e900c3015 (diff) | |
download | rails-f367f2e50e1b50cce677d09c790281e25c3a200c.tar.gz rails-f367f2e50e1b50cce677d09c790281e25c3a200c.tar.bz2 rails-f367f2e50e1b50cce677d09c790281e25c3a200c.zip |
Add arel to the controller template
-rw-r--r-- | guides/bug_report_templates/action_controller_master.rb | 1 |
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' |