Sha256: 6bbfa43fac4e14e0ca420db3d9dd2889af927122af3d4d1081fe82b59bdfce1e
Contents?: true
Size: 260 Bytes
Versions: 14
Compression:
Stored size: 260 Bytes
Contents
class Issue < ActiveRecord::Base rcrm_acts_as_taggable rcrm_acts_as_viewed # default_scope {where(:closed => false)} belongs_to :user validates_presence_of :description def save_without_validation save end end class SpecialIssue < Issue end
Version data entries
14 entries across 14 versions & 2 rubygems