Initial commit
This commit is contained in:
9
app/api/v2/admin/entities/user_with_profile.rb
Normal file
9
app/api/v2/admin/entities/user_with_profile.rb
Normal file
@@ -0,0 +1,9 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module API::V2::Admin
|
||||
module Entities
|
||||
class UserWithProfile < API::V2::Entities::UserWithProfile
|
||||
expose :profiles, using: Entities::Profile
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user