Chatwoot/lib/current.rb

6 lines
120 B
Ruby
Raw Normal View History

module Current
thread_mattr_accessor :user
thread_mattr_accessor :account
thread_mattr_accessor :account_user
end