From 56d7747f54e86993415b76c92e101608e5ea44e2 Mon Sep 17 00:00:00 2001 From: James Thompson Date: Wed, 14 Mar 2012 11:40:16 +0200 Subject: initial commit --- spec/dummy/config/routes.rb | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 spec/dummy/config/routes.rb (limited to 'spec/dummy/config/routes.rb') diff --git a/spec/dummy/config/routes.rb b/spec/dummy/config/routes.rb new file mode 100644 index 0000000..f43dfc1 --- /dev/null +++ b/spec/dummy/config/routes.rb @@ -0,0 +1,3 @@ +Rails.application.routes.draw do + mount Refinery::Core::Engine, :at => "/" +end -- cgit v1.2.3