Displaying 1 result from an estimated 1 matches for "check_rmagick_path".
2011 Sep 09
9
Captcha conception
...d # creates an captcha image
def show # show the page where image took place
def check # must check right captcha or wrong
views/rmagick/show.html.erb:
> <div id="captcha">
> <p><%= image_tag download_rmagick_path %></p>
>
> <p><% form_tag check_rmagick_path do %>
> <p><%= text_field_tag :captcha %></p>
> <p><%= submit_tag "Submit" %></p>
> <% end %>
> </p>
> </div>
config/routes.rb:
> resources :rmagick do
> get "download", :on => :membe...