remove hints from function name
@ -261,7 +261,7 @@ class Scheme < ApplicationRecord
]
end
def self.care_acts_options_with_hints
def self.care_acts_options
Scheme.registered_under_care_acts.keys.map { |key, _| OpenStruct.new(id: key, name: key.to_s) }
@ -39,7 +39,7 @@
legend: { text: "What is this type of scheme?", size: "m" } %>
<%= f.govuk_collection_radio_buttons :registered_under_care_act,
Scheme.care_acts_options_with_hints,
Scheme.care_acts_options,
:id,
:name,
:description,
@ -34,7 +34,7 @@