mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-05 06:07:20 +00:00
Upgraded to Rails 5.1.1
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
class WrestlersController < ApplicationController
|
||||
before_action :set_wrestler, only: [:show, :edit, :update, :destroy]
|
||||
before_filter :check_access, only: [:new,:create,:update,:destroy,:edit]
|
||||
before_action :check_access, only: [:new,:create,:update,:destroy,:edit]
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user