From beff7d9d8edfc628f64f784c971e99d696fc4c7f Mon Sep 17 00:00:00 2001 From: Jon Moss Date: Thu, 5 May 2016 09:07:31 -0400 Subject: Remove extra space [ci skip] --- guides/bug_report_templates/active_record_master.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'guides/bug_report_templates') diff --git a/guides/bug_report_templates/active_record_master.rb b/guides/bug_report_templates/active_record_master.rb index a86edd9121..6fd401bd50 100644 --- a/guides/bug_report_templates/active_record_master.rb +++ b/guides/bug_report_templates/active_record_master.rb @@ -20,10 +20,10 @@ ActiveRecord::Base.establish_connection(adapter: 'sqlite3', database: ':memory:' ActiveRecord::Base.logger = Logger.new(STDOUT) ActiveRecord::Schema.define do - create_table :posts, force: true do |t| + create_table :posts, force: true do |t| end - create_table :comments, force: true do |t| + create_table :comments, force: true do |t| t.integer :post_id end end -- cgit v1.2.3