Sha256: b6f7be843126d194e9c198b1d94832c594c3198a8b9b8f430af701a4164c633c

Contents?: true

Size: 325 Bytes

Versions: 4

Compression:

Stored size: 325 Bytes

Contents

module Binda
  class Asset < ApplicationRecord

  	# Associations
  	has_many :bindings
  	has_many :galleries, through: :bindings
  	belongs_to :fieldable, polymorphic: true
  	belongs_to :field_setting

    mount_uploader :image, ImageUploader

		# Validations

  	# Slug


		# CUSTOM METHODS
		# --------------

  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
binda-0.0.6 app/models/binda/asset.rb
binda-0.0.5 app/models/binda/asset.rb
binda-0.0.3 app/models/binda/asset.rb
binda-0.0.2 app/models/binda/asset.rb