# File lib/active_utils/post_data.rb, line 8
    def []=(key, value)
      return if value.blank? && !required?(key)
      super
    end