This commit is contained in:
Eric Schultz 2019-11-07 12:11:39 -06:00
parent 99373d5792
commit 860848eb35

View file

@ -115,4 +115,5 @@ module Nonprofits
def update_supporter_params
params.require(:supporter).permit(:name, :address, :city, :state_code, :country, :address_line2)
end
end
end