Skip to content

Instantly share code, notes, and snippets.

@texel
Created June 25, 2009 18:16
Show Gist options
  • Save texel/136040 to your computer and use it in GitHub Desktop.
Save texel/136040 to your computer and use it in GitHub Desktop.
def start_time_with_hash_parsing=(new_time)
new_time = parse_time_from_hash(new_time)
start_time_without_hash_parsing = new_time
end
alias_method_chain :start_time=, :hash_parsing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment