Created
July 27, 2013 00:35
-
-
Save mateusgf/6093137 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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