mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2024-12-01 12:24:28 +01:00
7 lines
312 B
Ruby
7 lines
312 B
Ruby
# frozen_string_literal: true
|
|
|
|
json.extract! auth_provider, :id, :name, :status, :providable_type, :strategy_name
|
|
json.auth_provider_mappings_attributes auth_provider.auth_provider_mappings do |m|
|
|
json.extract! m, :id, :local_model, :local_field, :api_field, :api_endpoint, :api_data_type, :transformation
|
|
end
|