We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6c1ef4b + 7cbe154 commit ff4b756Copy full SHA for ff4b756
1 file changed
app/middleware/workspaces_elevator.rb
@@ -9,7 +9,7 @@ def parse_tenant_name(request)
9
return nil if workspace_id.blank?
10
return nil unless workspace_id.match?(/^\d+$/)
11
12
- logger.info("Selecting workspace #{workspace_id}")
+ Rails.logger.info("Selecting workspace #{workspace_id}")
13
14
"workspace-#{workspace_id}"
15
end
0 commit comments