module ActiveModel::Coercions
Constants
- VERSION
Attributes
attributes[RW]
Public Class Methods
included(base)
click to toggle source
# File lib/active_model/coercions.rb, line 6 def included(base) base.extend(ClassMethods) base.class_eval { @declared_coercions = {} } end