Skip to content

Instantly share code, notes, and snippets.

@lukebayes
Created November 19, 2009 05:06
Show Gist options
  • Save lukebayes/238560 to your computer and use it in GitHub Desktop.
Save lukebayes/238560 to your computer and use it in GitHub Desktop.
Rails.cache.fetch("some_cache_key") do
first(:conditions => { :weather_station_id => station.to_param, :observed_at.lte => rounded_date} )
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment