mv lib to app/lib use :zeitwerk
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
viehlieb 2022-10-18 17:23:18 +02:00
parent af3444bba6
commit e37ad34901
58 changed files with 39 additions and 37 deletions

View file

@ -1,5 +1,5 @@
class PrinterController < ApplicationController
include Concerns::SendOrderPdf
include SendOrderPdf
include Tubesock::Hijack
skip_before_action :authenticate

View file

@ -1,5 +1,5 @@
class PrinterJobsController < ApplicationController
include Concerns::SendOrderPdf
include SendOrderPdf
before_action -> { require_plugin_enabled FoodsoftPrinter }