module RailsCaptcha::Model

Public Class Methods

included(base) click to toggle source
# File lib/rails_captcha/captcha/model.rb, line 4
def self.included(base)
  base.extend ActMethods
end