Skip to content

Instantly share code, notes, and snippets.

@ekampf
Created March 30, 2014 05:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ekampf/9868210 to your computer and use it in GitHub Desktop.
Save ekampf/9868210 to your computer and use it in GitHub Desktop.
module ActiveSupport
class TimeWithZone
alias_method :to_int, :to_i # For some reason this is requires after upgrading to ruby 1.9.3-p429 - https://github.com/rails/rails/pull/10686
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment