Skip to content

Instantly share code, notes, and snippets.

@farski
Created February 26, 2011 04:33
Show Gist options
  • Save farski/844943 to your computer and use it in GitHub Desktop.
Save farski/844943 to your computer and use it in GitHub Desktop.
TZip::ClassMethods.find_by_zipcode('02760')
# => works
ActiveSupport::TimeZone.send(:extend, TZip::ClassMethods)
ActiveSupport::TimeZone.find_by_zipcode('02760')
# => doesn't work
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment