Sha256: 68a7b068344ed33eb5c1b9db772e109a5c49ab8dc41d5a2b3a5b27e69841c628
Contents?: true
Size: 178 Bytes
Versions: 7
Compression:
Stored size: 178 Bytes
Contents
class Track < ActiveRecord::Base belongs_to :album attr_accessible :order, :title if Rails::VERSION::MAJOR == 3 scope :even, -> { where("#{table_name}.id % 2 = 0") } end
Version data entries
7 entries across 7 versions & 1 rubygems