Skip to content

Instantly share code, notes, and snippets.

@tvladeck
Created August 8, 2013 18:33
Show Gist options
  • Save tvladeck/6187356 to your computer and use it in GitHub Desktop.
Save tvladeck/6187356 to your computer and use it in GitHub Desktop.
tooltips.keys.each do |key|
define_method(key) { tooltip tooltips[key][:display], t[key][:tip] }
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment