Sha256: 67b0df4c08d790623c9e1fa86deecf785cd6a280b0f0024833f35bb38abe639b

Contents?: true

Size: 204 Bytes

Versions: 6

Compression:

Stored size: 204 Bytes

Contents

module Basepack
  module Forms
    module Fields
      class HasAndBelongsToManyAssociation < Fields::HasManyAssociation
        def bulk_editable?
          true
        end
      end
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
basepack-1.0.1 lib/basepack/forms/fields/has_and_belongs_to_many_association.rb
basepack-1.0.0 lib/basepack/forms/fields/has_and_belongs_to_many_association.rb
basepack-1.0.0.pre.0 lib/basepack/forms/fields/has_and_belongs_to_many_association.rb
basepack-0.2.0 lib/basepack/forms/fields/has_and_belongs_to_many_association.rb
basepack-0.1.0 lib/basepack/forms/fields/has_and_belongs_to_many_association.rb
basepack-0.0.2 lib/basepack/forms/fields/has_and_belongs_to_many_association.rb