Sha256: 341dd911421d1129bd0b047f80e6f7b711dc561c37be81e6d5147b733da1850b
Contents?: true
Size: 367 Bytes
Versions: 13
Compression:
Stored size: 367 Bytes
Contents
class DispatchLink < ActiveRecord::Base # Relationships belongs_to :dispatch, :foreign_key => :dispatch_id has_many :clicks, :class_name => "DispatchLinkClick" default_scope :order => "clicks_count DESC" # Validations # validates_presence_of :uri # validates_presence_of :dispatch # validates_uniqueness_of :position, :scope => :dispatch_id end
Version data entries
13 entries across 13 versions & 1 rubygems