diff --git a/config/routes.rb b/config/routes.rb index cd9bb80..6c59c9f 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -1,5 +1,5 @@ Refinery::Core::Engine.routes.append do namespace :admin, :path => 'refinery' do - post "images/ajax_create", to: "images#ajax_create" + post "images/ajax_create", :to => "images#ajax_create" end end \ No newline at end of file