diff options
Diffstat (limited to 'railties')
-rw-r--r-- | railties/environments/development.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/environments/development.rb b/railties/environments/development.rb index ab4d3b9979..192601f179 100644 --- a/railties/environments/development.rb +++ b/railties/environments/development.rb @@ -9,4 +9,4 @@ require 'irb/completion' # tunnel when you want to connect from a different # computer over the internet. See the documentation of # Breakpoint.activate_drb for how to do that. -Breakpoint.activate_drb('druby://localhost:42531')
\ No newline at end of file +Breakpoint.activate_drb('druby://localhost:42531', nil)
\ No newline at end of file |