Sha256: 9e40e10ffe2c3bc20e35dcb61c0bafd82f34efbedba55b84635e3f77def12894
Contents?: true
Size: 197 Bytes
Versions: 19
Compression:
Stored size: 197 Bytes
Contents
class UserPreference < ActiveRecord::Base attr_protected :created_at, :updated_at belongs_to :user belongs_to :preference belongs_to :preferenced_record, :polymorphic => true end
Version data entries
19 entries across 19 versions & 1 rubygems