Sha256: 7f34a650306721babee8cda0c9a9dd1730a06c3d77e4fc2fe8d2a403ad49579f
Contents?: true
Size: 293 Bytes
Versions: 32
Compression:
Stored size: 293 Bytes
Contents
# frozen_string_literal: true module FinApps module REST class UserInstitutionsForms < FinAppsCore::REST::Resources def show(id) not_blank(id, :id) path = "institutions/consumer/#{ERB::Util.url_encode(id)}/form" super id, path end end end end
Version data entries
32 entries across 32 versions & 1 rubygems