Skip to content

Instantly share code, notes, and snippets.

@zombor
Created September 28, 2012 20:57
Show Gist options
  • Save zombor/3802049 to your computer and use it in GitHub Desktop.
Save zombor/3802049 to your computer and use it in GitHub Desktop.
[:start_date_time, :end_date_time, :updated_at, :created_at].each do |key|
presentation_hash[key] = presentation_hash[key].iso8601 if presentation_hash[key]
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment