Created
November 15, 2016 10:03
-
-
Save dennym/2cbdb2248a994cb65b3bc25e36e73271 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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