Sha256: 5eb9885ba97a59d5558a0f8d5e613611f324c1e633e67ee939f9c1019039c4c3

Contents?: true

Size: 123 Bytes

Versions: 4

Compression:

Stored size: 123 Bytes

Contents

module Binda
	class Selection < ApplicationRecord

		has_and_belongs_to_many :choices
		belongs_to :field_setting

	end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
binda-0.1.3 app/models/binda/selection.rb
binda-0.1.2 app/models/binda/selection.rb
binda-0.1.1 app/models/binda/selection.rb
binda-0.1.0 app/models/binda/selection.rb