Merge branch 'master' of uflows.com:/var/git/qwaiter

This commit is contained in:
2015-09-30 17:57:36 +02:00
21 changed files with 372 additions and 15 deletions
@@ -30,7 +30,7 @@ module Suppliers
private
def section_area_params
params.require(:section_area).permit %i[title width height position_x position_y section_id rounded]
params.require(:section_area).permit %i[title width height position_x position_y section_id rounded color]
end
end
end