Skip to content

Commit ff4b756

Browse files
authored
Merge pull request #50 from TaskarCenterAtUW/fix-logger
Fix Rails logger reference
2 parents 6c1ef4b + 7cbe154 commit ff4b756

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/middleware/workspaces_elevator.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def parse_tenant_name(request)
99
return nil if workspace_id.blank?
1010
return nil unless workspace_id.match?(/^\d+$/)
1111

12-
logger.info("Selecting workspace #{workspace_id}")
12+
Rails.logger.info("Selecting workspace #{workspace_id}")
1313

1414
"workspace-#{workspace_id}"
1515
end

0 commit comments

Comments
 (0)