diff --git a/config/routes.rb b/config/routes.rb new file mode 100644 index 0000000..fe0427b --- /dev/null +++ b/config/routes.rb @@ -0,0 +1,3 @@ +ActionController::Routing::Routes.draw do |map| + map.connect 'reminders/:action/:id', :controller => 'reminders' +end