license update for token

This commit is contained in:
Yan
2018-02-21 16:30:14 +06:30
parent 84b45f03ff
commit 3d2d304654
10 changed files with 101 additions and 82 deletions

View File

@@ -1,6 +1,6 @@
class HomeController < ApplicationController
class HomeController < ApplicationController
# layout "application", except: [:index, :show]
skip_before_action :authenticate, only: [:index, :show, :create, :update, :destroy]
skip_before_action only: [:index, :show, :create, :update, :destroy]
def index
# @employees = Employee.all_emp_except_waiter.order("name asc")