removes tags from spending proposals

This commit is contained in:
Juanjo Bazán
2016-01-06 14:47:07 +01:00
parent 1710445016
commit 8aebfecae0
5 changed files with 1 additions and 19 deletions

View File

@@ -26,7 +26,7 @@ class SpendingProposalsController < ApplicationController
private
def spending_proposal_params
params.require(:spending_proposal).permit(:title, :description, :external_url, :tag_list, :terms_of_service, :captcha, :captcha_key)
params.require(:spending_proposal).permit(:title, :description, :external_url, :terms_of_service, :captcha, :captcha_key)
end
end