Sha256: 1d729b32863fe126f5269e811fcf1b981e4e319f43fb6af8fa922180d7b9fc4f
Contents?: true
Size: 470 Bytes
Versions: 6
Compression:
Stored size: 470 Bytes
Contents
class EventCategory < ActiveRecord::Base attr_accessible :name, :display_name, :note include MasterModel default_scope :order => "position" has_many :events paginates_per 10 end # == Schema Information # # Table name: event_categories # # id :integer not null, primary key # name :string(255) not null # display_name :text # note :text # position :integer # created_at :datetime # updated_at :datetime #
Version data entries
6 entries across 6 versions & 1 rubygems