added comments

This commit is contained in:
2015-11-01 11:03:54 +01:00
parent 12eefc1814
commit bc571842fd
5 changed files with 8 additions and 3 deletions
+1 -1
View File
@@ -18,6 +18,6 @@ class SupportersController < ApplicationController
private
def supporter_form_params
params.require(:supporter).permit(:first_name, :last_name, :street, :zip, :email, :support, :age_category, :city)
params.require(:supporter).permit(:first_name, :last_name, :street, :zip, :email, :support, :age_category, :city, :comments)
end
end