5 lines
93 B
Ruby
5 lines
93 B
Ruby
|
class Mission < ActiveRecord::Base
|
||
|
has_and_belongs_to_many :users
|
||
|
has_many :comments
|
||
|
end
|