Sha256: ee8c45d2fb30120f28fd5e793c22aee097256fcf0fd86c7144a9a04e2eb3918b
Contents?: true
Size: 399 Bytes
Versions: 12
Compression:
Stored size: 399 Bytes
Contents
class Link < ActiveRecord::Base validates_presence_of :label field :label, :string, :translatable => true field :description, :text, :translatable => true field :position, :integer 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
12 entries across 12 versions & 1 rubygems