module CustomFields

:nodoc

Constants

KLASS_REGEXP

Regexp to check if a Ruby class has been built by the CustomFields gem

VERSION

Public Class Methods

options() click to toggle source
# File lib/custom_fields.rb, line 25
def self.options
  @@options
end
options=(options) click to toggle source
# File lib/custom_fields.rb, line 21
def self.options=(options)
  @@options.merge!(options)
end