instance method
type
Ruby on Rails 8.1.3.1
Since v7.1.6Signature
type()
Returns the unique type name as a Symbol. Subclasses should override this method.
Source
# File activemodel/lib/active_model/type/value.rb, line 34
def type
end
Defined in activemodel/lib/active_model/type/value.rb line 34
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveModel::Type::Value