public
Description: Canberra Ruby Crew Site #crc
Homepage: http://canberraruby.com
Clone URL: git://github.com/artpop/crc_site.git
crc_site / app / models / participation.rb
100644 5 lines (4 sloc) 0.088 kb
1
2
3
4
5
class Participation < ActiveRecord::Base
  belongs_to :meeting
  belongs_to :person
end