Skip to content

Instantly share code, notes, and snippets.

@daveworth
Created October 26, 2011 14:45
Show Gist options
  • Save daveworth/1316554 to your computer and use it in GitHub Desktop.
Save daveworth/1316554 to your computer and use it in GitHub Desktop.
class Model < ActiveRecord::Base
class << self
def method
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment