Skip to content

Commit a76272b

Browse files
committed
Remove unnecessary namespace
1 parent 594ca5e commit a76272b

File tree

1 file changed

+1
-1
lines changed
  • lib/rails_semantic_logger/extensions/rails

1 file changed

+1
-1
lines changed

lib/rails_semantic_logger/extensions/rails/server.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ module Rails
55
class Server
66
private
77

8-
undef_method :log_to_stdout if Rails::Server.method_defined?(:log_to_stdout)
8+
undef_method :log_to_stdout if method_defined?(:log_to_stdout)
99
def log_to_stdout
1010
wrapped_app # touch the app so the logger is set up
1111

0 commit comments

Comments
 (0)