method

type

rails latest stable - Class: ActiveModel::Type::Boolean
type()
public

No documentation available.

# File activemodel/lib/active_model/type/boolean.rb, line 26
      def type # :nodoc:
        :boolean
      end