rucaptcha/config/routes.rb

4 lines
64 B
Ruby
Raw Normal View History

2015-10-26 06:09:39 +00:00
RuCaptcha::Engine.routes.draw do
root to: 'captcha#index'
end