Sha256: f1c6a2d88695c6e556898ec0d038c3815118dfbbfdfcb94814da3c31e4118684

Contents?: true

Size: 180 Bytes

Versions: 4

Compression:

Stored size: 180 Bytes

Contents

module CustomFields
  module Types
    module Boolean

      extend ActiveSupport::Concern

      included do
        register_type :boolean, ::Boolean
      end

    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
custom_fields-2.0.0.rc1 lib/custom_fields/types_old/boolean.rb
custom_fields-1.1.0.rc1 lib/custom_fields/types/boolean.rb
custom_fields-1.0.0.beta.25 lib/custom_fields/types/boolean.rb
custom_fields-1.0.0.beta.24 lib/custom_fields/types/boolean.rb