passing supplier lists controller specs

This commit is contained in:
2014-12-03 09:43:07 +01:00
parent a0774caeff
commit 524140cf60
2 changed files with 15 additions and 19 deletions
@@ -146,7 +146,7 @@ module Suppliers
private
def list_params
params.require(:list).permit(:state, :needs_help, :needs_payment, :closed_at, :join_requests, :price, :is_paid, :paid_at, :table_id, :section_id, :foo)
params.require(:list).permit(:state, :needs_help, :needs_payment, :closed_at, :join_requests, :price, :is_paid, :paid_at, :table_id, :section_id)
end
end
end