~ctb/enbw

417d67d770b38f93b004a7125d4c3033ff4282c2 — Christopher Thomas Bohn 4 years ago b9d6cc8
Improve printable list
1 files changed, 1 insertions(+), 1 deletions(-)

M app/controllers/beers_controller.rb
M app/controllers/beers_controller.rb => app/controllers/beers_controller.rb +1 -1
@@ 1,6 1,6 @@
class BeersController < ApplicationController

  http_basic_authenticate_with name: "enbw", password: "seanthony5150", except: [:beerlist, :index, :show, :tier1list, :tier2list :printable]
  http_basic_authenticate_with name: "enbw", password: "seanthony5150", except: [:beerlist, :index, :show, :tier1list, :tier2list, :printable]

	def beerlist
		@beers = Beer.all