Sha256: 0b2bc7791c38a8bb087d8d7c40cbb0c959ddf1899875d0086a4754f5815348c4
Contents?: true
Size: 288 Bytes
Versions: 15
Compression:
Stored size: 288 Bytes
Contents
class Link < ActiveRecord::Base validates_presence_of :label field :label, :string include Positionable belongs_to :link_owner, :polymorphic => true belongs_to :linked, :polymorphic => true inheritable timestamps field :nofollow, :boolean field :url, :string end
Version data entries
15 entries across 15 versions & 1 rubygems