From 7c6ea5be6da017bd340abdfdba858ed1f714f5e5 Mon Sep 17 00:00:00 2001 From: "Jesse C. Fisher" Date: Thu, 5 Nov 2015 18:23:56 -0800 Subject: [PATCH] Remove deprecated code --- Gemfile | 6 ------ app/controllers/players_controller.rb | 3 --- 2 files changed, 9 deletions(-) diff --git a/Gemfile b/Gemfile index 00868a39..3ec42cb7 100644 --- a/Gemfile +++ b/Gemfile @@ -29,7 +29,6 @@ group :development do gem 'capistrano-bundler' gem 'capistrano-rails' gem 'capistrano-rails-console' - #gem 'capistrano-rvm' gem 'capistrano3-puma' gem 'capistrano-rbenv' gem 'capistrano-nginx', github: 'koenpunt/capistrano-nginx' @@ -61,8 +60,3 @@ group :test do gem 'launchy' gem 'selenium-webdriver' end - -#TODO: is rails-assets better than react-rails ? -#source 'https://rails-assets.org' do - #gem 'rails-assets-react' -#end diff --git a/app/controllers/players_controller.rb b/app/controllers/players_controller.rb index a56f8173..e10615e4 100644 --- a/app/controllers/players_controller.rb +++ b/app/controllers/players_controller.rb @@ -9,9 +9,6 @@ class PlayersController < ApplicationController end def show - #TODO: Authorize - # e.g. retrieve own inventory but only inventory.count of other players - # and only other players in games to which you have access respond_with(@player) end