Skip to content

Instantly share code, notes, and snippets.

@jesscanady
Created November 4, 2010 18:46
Show Gist options
  • Save jesscanady/662948 to your computer and use it in GitHub Desktop.
Save jesscanady/662948 to your computer and use it in GitHub Desktop.
class Things < ActiveRecord::Base
def massive_calculation
@massive_calc_results ||= self.execute_massive_sql
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment