Sha256: fadf8f2546dae35b5f3a23e3bee2a10bd2264215d6a98382e5696c08c760204a
Contents?: true
Size: 277 Bytes
Versions: 2
Compression:
Stored size: 277 Bytes
Contents
module Binda # Assets is a parent class which isn't directly used but can be referenced to gather # all the classes that deal with files. class Asset < ApplicationRecord # Associations belongs_to :fieldable, polymorphic: true belongs_to :field_setting end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
binda-0.1.5 | app/models/binda/asset.rb |
binda-0.1.4 | app/models/binda/asset.rb |