- Remove all Rodauth stuff and implement simple custom auth - Migrate from sprockets to propshaft, hack some bootstrap stuff
4 lines
122 B
Ruby
4 lines
122 B
Ruby
class Current < ActiveSupport::CurrentAttributes
|
|
attribute :session
|
|
delegate :user, to: :session, allow_nil: true
|
|
end
|