Sha256: 5b14a87e3664a2408c63154f0adeb79b38e0d988f4e581002a588bc33ba7642f
Contents?: true
Size: 292 Bytes
Versions: 15
Compression:
Stored size: 292 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
15 entries across 15 versions & 1 rubygems