Skip to content

Instantly share code, notes, and snippets.

@steveklabnik
Created June 16, 2012 15:05
Embed
What would you like to do?
class LolModel
def initialize(repository)
@repository = repository
end
def every_damn_model
@repository.all
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment