From b1738e1a0222d5109cd906e3eb34458741a615db Mon Sep 17 00:00:00 2001 From: "yuuji.yaginuma" Date: Sun, 28 Jun 2015 12:42:02 +0900 Subject: fix NoMethodError that occurs when generating scaffold inside full mode engine --- .../rails/generators/test_unit/controller/templates/functional_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'railties/lib/rails/generators/test_unit/controller/templates') diff --git a/railties/lib/rails/generators/test_unit/controller/templates/functional_test.rb b/railties/lib/rails/generators/test_unit/controller/templates/functional_test.rb index 7106096b60..5a8a3ca5e0 100644 --- a/railties/lib/rails/generators/test_unit/controller/templates/functional_test.rb +++ b/railties/lib/rails/generators/test_unit/controller/templates/functional_test.rb @@ -2,7 +2,7 @@ require 'test_helper' <% module_namespacing do -%> class <%= class_name %>ControllerTest < ActionController::TestCase -<% if defined?(ENGINE_ROOT) -%> +<% if mountable_engine? -%> setup do @routes = Engine.routes end -- cgit v1.2.3