Sha256: 94f0e413804de8f486179a35ff1407cbc77c4858a3cf95c1774e6283f0573741
Contents?: true
Size: 327 Bytes
Versions: 8
Compression:
Stored size: 327 Bytes
Contents
class Issue < ActiveRecord::Base rcrm_acts_as_taggable rcrm_acts_as_viewed belongs_to :project belongs_to :user belongs_to :author, :class_name => 'User' validates_presence_of :description scope :visible, lambda { where('1=1') } def save_without_validation save end end class SpecialIssue < Issue end
Version data entries
8 entries across 8 versions & 1 rubygems