Skip to content

Commit

Permalink
New line after mounting engine in routes.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
simi committed Feb 1, 2012
1 parent 1d22e73 commit a5ac485
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/refinery/edge.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
rake 'railties:install:migrations'
rake 'db:migrate'

inject_into_file 'config/routes.rb', "\n mount Refinery::Core::Engine => '/'", :after => "Application.routes.draw do\n"
inject_into_file 'config/routes.rb', "\n mount Refinery::Core::Engine => '/'\n", :after => "Application.routes.draw do\n"

gsub_file 'config/application.rb', "require 'devise/orm/active_record'", ""

Expand Down

0 comments on commit a5ac485

Please sign in to comment.