config/routes.rb in tiny_captcha-0.0.1 vs config/routes.rb in tiny_captcha-0.0.3

- old
+ new

@@ -1,3 +1,7 @@ +# -*- encoding : utf-8 -*- TinyCaptcha::Engine.routes.draw do + namespace :tiny_captcha do + resources :images, :only => [:new] + end end