Skip to content

Instantly share code, notes, and snippets.

@ecomba
Created April 8, 2013 07:12
Show Gist options
  • Save ecomba/5334830 to your computer and use it in GitHub Desktop.
Save ecomba/5334830 to your computer and use it in GitHub Desktop.
def show_project(username, project_name)
user = User.with(username)
project = Project.for(user).named(project_name)
Presenter::Board.new(project, user).render
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment