コード例 #1
0
ファイル: SharesController.php プロジェクト: kenkode/xaraerp
 /**
  * Display a listing of shares
  *
  * @return Response
  */
 public function index()
 {
     $shares = Share::all();
     return View::make('shares.index', compact('shares'));
 }