Skip to content

Instantly share code, notes, and snippets.

@vsavkin
Created March 4, 2012 22:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vsavkin/1975036 to your computer and use it in GitHub Desktop.
Save vsavkin/1975036 to your computer and use it in GitHub Desktop.
Posts Repository
class PostsRepository
def find_by_id id
...
end
def new_posts_of_author author
...
end
def save post
...
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment