Sha256: d29e8d72d0ffd8f9bb6ee58d9076adffc024f3f6ab1da08e319b4877deaa6425

Contents?: true

Size: 152 Bytes

Versions: 6

Compression:

Stored size: 152 Bytes

Contents

module Binda
  class Gallery < ApplicationRecord

  	# Associations
  	belongs_to :fieldable, polymorphic: true
  	belongs_to :field_setting

  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
binda-0.1.5 app/models/binda/gallery.rb
binda-0.1.4 app/models/binda/gallery.rb
binda-0.1.3 app/models/binda/gallery.rb
binda-0.1.2 app/models/binda/gallery.rb
binda-0.1.1 app/models/binda/gallery.rb
binda-0.1.0 app/models/binda/gallery.rb