BikeBikeBike/app/models/workshop_interest.rb

5 lines
85 B
Ruby
Raw Normal View History

2015-09-13 18:30:50 -07:00
class WorkshopInterest < ActiveRecord::Base
belongs_to :workshop
has_one :user
end