mirror of
https://github.com/astuto/astuto.git
synced 2025-12-16 19:57:52 +01:00
4 lines
167 B
Ruby
4 lines
167 B
Ruby
class SessionsController < Devise::SessionsController
|
|
# Needed to have Current.tenant available in Devise's controllers
|
|
prepend_before_action :load_tenant_data
|
|
end |