提交 ffa2acad 编写于 作者: P Piotr Sarnacki

Fixed tests after rebase

上级 9af189ac
...@@ -56,10 +56,9 @@ class Engine < ::Rails::Engine ...@@ -56,10 +56,9 @@ class Engine < ::Rails::Engine
@plugin.write "config/routes.rb", <<-RUBY @plugin.write "config/routes.rb", <<-RUBY
Blog::Engine.routes.draw do Blog::Engine.routes.draw do
resources :posts do resources :posts
get :generate_application_route match '/generate_application_route', :to => 'posts#generate_application_route'
get :application_route_in_view match '/application_route_in_view', :to => 'posts#application_route_in_view'
end
end end
RUBY RUBY
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册