Skip to content

Instantly share code, notes, and snippets.

@mateusgf
Created July 27, 2013 00:35
Show Gist options
  • Save mateusgf/6093137 to your computer and use it in GitHub Desktop.
Save mateusgf/6093137 to your computer and use it in GitHub Desktop.
public function get_your_questions() {
return View::make('questions.your_questions')
->with('title', 'Make It Snappy Q&A - Your Questions')
->with('username', Auth::user()->username)
->with('questions', Question::your_questions());
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment