Skip to content

Commit

Permalink
[fix]user_detailに変更
Browse files Browse the repository at this point in the history
  • Loading branch information
nose221834 committed Feb 12, 2024
1 parent efbbad9 commit abf78bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/app/models/type.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
class Type < ApplicationRecord
has_many :users
has_many :user_details
has_many :user_detail
has_many :skills
end

0 comments on commit abf78bd

Please sign in to comment.