Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VA-13359: Add Trainings to PPMS facilities response #12657

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ class V1::PPMS::Provider < Common::Base
attribute :provider_identifier, String
attribute :provider_name, String
attribute :provider_type, String
attribute :trainings, Array

def initialize(attr = {})
super(attr)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ class V1::PPMS::ProviderSerializer

attribute :pref_contact, &:contact_method

attribute :trainings

attribute :unique_id, &:provider_identifier
end
end