# HG changeset patch # User Paaashka # Date 1326231274 -14400 # Wed Jan 11 01:34:34 2012 +0400 # Node ID 0b3bc9bbcf31aca846923ac4f33ef4b108b574e3 # Parent 8c2975a22b72bb78072714f5e03a9d1a1efe5d0b Added routes file for compatibility with Redmine 1.3. diff --git a/config/routes.rb b/config/routes.rb new file mode 100644 --- /dev/null +++ b/config/routes.rb @@ -0,0 +1,3 @@ +ActionController::Routing::Routes.draw do |map| + map.connect '/bitbucket_hook/:action', :controller => 'bitbucket_hook' +end \ No newline at end of file