Retrospring/app/models/group.rb

5 lines
74 B
Ruby
Raw Normal View History

2015-01-08 04:16:13 -08:00
class Group < ActiveRecord::Base
belongs_to :user
has_many :users
end