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