Sha256: 091ab64e492837f341316f9d842091fe62d69e514ebb9e95b7eef4669f12b153
Contents?: true
Size: 348 Bytes
Versions: 53
Compression:
Stored size: 348 Bytes
Contents
class Link < ActiveRecord::Base validates_presence_of :label field :label, :string include Positionable field :description, :text has_attached :image has_attached :icon belongs_to :link_owner, :polymorphic => true belongs_to :linked, :polymorphic => true timestamps field :nofollow, :boolean field :url, :string end
Version data entries
53 entries across 53 versions & 1 rubygems