Skip to content
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.

Adds '\n' to the routes.rb addition #54

Merged
merged 1 commit into from
Jan 10, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def add_migrations

def mount_engine
insert_into_file File.join('config', 'routes.rb'), after: "Rails.application.routes.draw do\n" do
"mount SolidusPaypalBraintree::Engine, at: '/solidus_paypal_braintree'"
"mount SolidusPaypalBraintree::Engine, at: '/solidus_paypal_braintree'\n"
end
end

Expand Down