Skip to content

Instantly share code, notes, and snippets.

@akia
Created March 7, 2009 06:37
Show Gist options
  • Save akia/75251 to your computer and use it in GitHub Desktop.
Save akia/75251 to your computer and use it in GitHub Desktop.
# comment
def days
ActiveSupport::Duration.new(self * 24.hours, [[:days, self]])
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment