module Captcha::Model
Public Class Methods
included(base)
click to toggle source
# File lib/captcha/model.rb, line 3 def self.included(base) base.extend ActMethods end
# File lib/captcha/model.rb, line 3 def self.included(base) base.extend ActMethods end