Module: RailsCaptcha::Action::ClassMethods

Defined in:
lib/rails_captcha/captcha/action.rb

Instance Method Summary collapse

Instance Method Details

#acts_as_captchaObject



10
11
12
13
14
15
# File 'lib/rails_captcha/captcha/action.rb', line 10

def acts_as_captcha
  unless included_modules.include? InstanceMethods
    include InstanceMethods
  end
  before_filter :assign_captcha
end