4 lines
78 B
Ruby
4 lines
78 B
Ruby
# frozen_string_literal: true
|
|
|
|
class UserEntity < API::Entities::UserPath
|
|
end
|