moving features to min integrations

This commit is contained in:
2022-12-23 15:21:51 +02:00
parent 8653362bf1
commit d277c97a57
12 changed files with 76 additions and 106 deletions

View File

@ -68,7 +68,6 @@ module Merged
@section.allowed_fields.each do |key|
if( params.has_key?(key) )
@section.update(key, params[key])
puts "updating:#{key}=#{params[key]}"
end
end
options = params[:option]