Skip to content

Instantly share code, notes, and snippets.

@SiestaMadokaist
Created January 1, 2017 11:20
Show Gist options
  • Save SiestaMadokaist/179ca5ef2c85cd575fb5090235fe8fe0 to your computer and use it in GitHub Desktop.
Save SiestaMadokaist/179ca5ef2c85cd575fb5090235fe8fe0 to your computer and use it in GitHub Desktop.
table.columns.each do |column|
define_method("find_by_#{column.name}") do |value|
... # somecode
connection.call("SELECT #{selected_fields} WHERE #{column.name} = #{value}")
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment