Skip to content

Commit

Permalink
Fix #152
Browse files Browse the repository at this point in the history
  • Loading branch information
zoer committed Jan 1, 2015
1 parent a88d21a commit 4ee826b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/routes.rb
@@ -1,3 +1,3 @@
Rails.application.routes.draw do
match ":controller/render_event_response", :to => "#render_event_response", :as => "apotomo_event", :via => [:get, :post, :put, :patch, :delete]
match ":controller/render_event_response", :action => "render_event_response", :as => "apotomo_event", :via => [:get, :post, :put, :patch, :delete]
end

0 comments on commit 4ee826b

Please sign in to comment.