4 lines
85 B
Ruby
4 lines
85 B
Ruby
|
|
class UserProfile < ApplicationRecord
|
||
|
|
belongs_to :user, :dependent => :destroy
|
||
|
|
end
|