5 lines
83 B
Ruby
5 lines
83 B
Ruby
class PFriendKap < ActiveRecord::Base
|
|
belongs_to :kap
|
|
belongs_to :p_friend
|
|
end
|