Skip to content

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
qinmingyuan committed Dec 15, 2024
1 parent 8f783dc commit 382bc69
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/controllers/trade/controller/in.rb
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@ module Trade
module Controller::In
extend ActiveSupport::Concern
include Controller::Application
include Org::Controller::In
include Org::Controller::In if defined? RailsOrg

included do
layout -> { turbo_frame_body? ? "frame/#{proper_layout}" : 'admin' }
2 changes: 1 addition & 1 deletion app/models/trade/payment_order.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module Trade
class PaymentOrder < ApplicationRecord
include Model::PaymentOrder
include Auditor::Ext::Audited
include Auditor::Ext::Audited if defined? RailsAudit
end
end

0 comments on commit 382bc69

Please sign in to comment.