change logic for generate invoice

This commit is contained in:
olegphenomenon 2022-02-08 10:27:47 +02:00
parent ccd9260ce8
commit c2969fa877
6 changed files with 32 additions and 29 deletions

View file

@ -1,5 +1,7 @@
module EisBilling
class BaseController < ApplicationController
# load_and_authorize_resource
skip_authorization_check # Temporary solution
skip_before_action :verify_authenticity_token # Temporary solution
end