Sha256: d30ae8bc9e13c7f16e6bd719de3eb479a580fe29fd79ab34528f338af109b827
Contents?: true
Size: 190 Bytes
Versions: 4
Compression:
Stored size: 190 Bytes
Contents
# Join model to store the fact that a conference is associated with a category. # origin: M class ConferenceCategory < ActiveRecord::Base belongs_to :conference belongs_to :category end
Version data entries
4 entries across 4 versions & 1 rubygems