Skip to content

Instantly share code, notes, and snippets.

@mateusgf
Created July 27, 2013 00:21
Show Gist options
  • Save mateusgf/6093095 to your computer and use it in GitHub Desktop.
Save mateusgf/6093095 to your computer and use it in GitHub Desktop.
public function get_view($id = null) {
return View::make('questions.view')
->with('title', 'Make It Snappy - View Question')
->with('question', Question::find($id));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment