Skip to content

Instantly share code, notes, and snippets.

@robmerrell
Created December 2, 2009 17:32
Show Gist options
  • Save robmerrell/247370 to your computer and use it in GitHub Desktop.
Save robmerrell/247370 to your computer and use it in GitHub Desktop.
class Project < ActiveRecord::Base
extend ActiveSupport::Memoizable
def my_method
# method code goes here
end
memoize :my_method
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment