From 9a36fac810246dad32fb4b88619dda805315d5e7 Mon Sep 17 00:00:00 2001 From: Aaron Patterson Date: Tue, 5 Aug 2014 16:30:08 -0700 Subject: a rails application should be an engine subclass --- actionpack/test/dispatch/prefix_generation_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionpack/test/dispatch') diff --git a/actionpack/test/dispatch/prefix_generation_test.rb b/actionpack/test/dispatch/prefix_generation_test.rb index eda92beae1..060d76748a 100644 --- a/actionpack/test/dispatch/prefix_generation_test.rb +++ b/actionpack/test/dispatch/prefix_generation_test.rb @@ -60,7 +60,7 @@ module TestGenerationPrefix end end - class RailsApplication + class RailsApplication < Rails::Engine @routes = ActionDispatch::Routing::RouteSet.new.tap { |routes| routes.draw do scope "/:omg", :omg => "awesome" do -- cgit v1.2.3