Migrate to Postgresql for better network handling. Add more user functionality.
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
class Current < ActiveSupport::CurrentAttributes
|
||||
attribute :session
|
||||
attribute :baffle_host
|
||||
attribute :baffle_internal_host
|
||||
delegate :user, to: :session, allow_nil: true
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user