4 lines
86 B
Ruby
4 lines
86 B
Ruby
class Current < ActiveSupport::CurrentAttributes
|
|
attribute :user, :user_session
|
|
end
|