This commit is contained in:
7
app/models/current.rb
Normal file
7
app/models/current.rb
Normal file
@@ -0,0 +1,7 @@
|
||||
class Current < ActiveSupport::CurrentAttributes
|
||||
attribute :user
|
||||
|
||||
def account
|
||||
Account.first
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user