Story#109368800 registrar portal now allows contact to have dot in params[:id]

This commit is contained in:
Vladimir Krylov 2015-12-03 13:12:13 +02:00
parent ddd83756d7
commit e30b810eaa

View file

@ -67,7 +67,7 @@ Rails.application.routes.draw do
# end # end
# end # end
resources :contacts do resources :contacts, constraints: {:id => /[^\/]+(?=#{ ActionController::Renderers::RENDERERS.map{|e| "\\.#{e}\\z"}.join("|") })|[^\/]+/} do
member do member do
get 'delete' get 'delete'
end end