Repository URL to install this package:
Version:
0.4.2 ▾
|
class Event < ActiveRecord::Base
include Neoteric::Event
has_many :categorizations, :class_name => '::Categorization'
has_many :categories, :through => :categorizations, :class_name => '::Category'
end