Skip to content

Instantly share code, notes, and snippets.

@dennym
Created November 15, 2016 10:03
Show Gist options
  • Save dennym/2cbdb2248a994cb65b3bc25e36e73271 to your computer and use it in GitHub Desktop.
Save dennym/2cbdb2248a994cb65b3bc25e36e73271 to your computer and use it in GitHub Desktop.
fixed_properties = {event_id: x, something: 'blub'}
clean_fixed_properties = fixed_properties
clean_fixed_properties.keys.each do |key|
clean_fixed_properties.delete(key) unless relation_klass.column_names.include?(key)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment