mirror of
https://github.com/internetee/registry.git
synced 2025-07-30 14:36:22 +02:00
change logic for generate invoice
This commit is contained in:
parent
ccd9260ce8
commit
c2969fa877
6 changed files with 32 additions and 29 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue