Skip to content

Instantly share code, notes, and snippets.

@texel
Created June 25, 2009 18:15
Show Gist options
  • Save texel/136038 to your computer and use it in GitHub Desktop.
Save texel/136038 to your computer and use it in GitHub Desktop.
CalendarEvent < ActiveRecord::Base
...
def start_time=(new_time)
self[:start_time] = parse_time_from_hash(new_time)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment