Fix typo
This commit is contained in:
parent
1321eb67cf
commit
884d8083fa
|
@ -1,6 +1,6 @@
|
||||||
class WorkshopsController < ApplicationController
|
class WorkshopsController < ApplicationController
|
||||||
before_filter :authenticate_user!
|
before_filter :authenticate_user!
|
||||||
before_action :assign_lecture, only: [:show, :edit, :update]
|
before_action :assign_workshop, only: [:show, :edit, :update]
|
||||||
|
|
||||||
def index
|
def index
|
||||||
@workshops = Workshop.where user: current_user
|
@workshops = Workshop.where user: current_user
|
||||||
|
|
Loading…
Reference in New Issue