5 lines
87 B
Ruby
5 lines
87 B
Ruby
class KeyManagement < ApplicationRecord
|
|
belongs_to :work_info
|
|
belongs_to :user
|
|
end
|