background color for two col

This commit is contained in:
2022-12-05 12:38:57 +02:00
parent 6bb1a814ad
commit 7728767b3d
5 changed files with 31 additions and 7 deletions

View File

@ -78,7 +78,7 @@ module Merged
options = params[:option]
@section.option_definitions.each do |option|
@section.set_option(option.name, options[option.name])
end
end if options
@section.save
redirect_to :section
end