Displaying 1 result from an estimated 1 matches for "download_rmagick_path".
2011 Sep 09
9
Captcha conception
..._controller.rb), which have
aim to test an captcha
Actions:
def download # 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:
> re...