Remove deprecated code

This commit is contained in:
Jesse C. Fisher 2015-11-05 18:23:56 -08:00
parent 7b41b09208
commit 7c6ea5be6d
2 changed files with 0 additions and 9 deletions

View File

@ -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

View File

@ -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