def contact_params | |
params.require(:contact).permit( | |
*Contact.new.dynamic_attributes.map(&:name), :first_name) | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
def contact_params | |
params.require(:contact).permit( | |
*Contact.new.dynamic_attributes.map(&:name), :first_name) | |
end |