Captcha::Action::ClassMethods

Public Instance Methods

acts_as_captcha() click to toggle source
# File lib/captcha/action.rb, line 9
def acts_as_captcha
  unless included_modules.include? InstanceMethods
    include InstanceMethods 
  end
  before_filter :assign_captcha
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.