From f367f2e50e1b50cce677d09c790281e25c3a200c Mon Sep 17 00:00:00 2001 From: Abdelkader Boudih Date: Thu, 3 Jul 2014 19:35:53 +0000 Subject: Add arel to the controller template --- guides/bug_report_templates/action_controller_master.rb | 1 + 1 file changed, 1 insertion(+) 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' -- cgit v1.2.3