Add auth and ruby update
This commit is contained in:
parent
5d50194f39
commit
fbf6923835
43 changed files with 614 additions and 64 deletions
|
|
@ -1,6 +1,8 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
class ChecklistsController < ApplicationController
|
||||
include BackofficeMenu
|
||||
|
||||
before_action :set_checklist, only: %i[show edit update destroy]
|
||||
|
||||
# GET /checklists
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue