aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib
diff options
context:
space:
mode:
Diffstat (limited to 'railties/lib')
-rw-r--r--railties/lib/commands/servers/webrick.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/railties/lib/commands/servers/webrick.rb b/railties/lib/commands/servers/webrick.rb
index 0f06560457..b950376150 100644
--- a/railties/lib/commands/servers/webrick.rb
+++ b/railties/lib/commands/servers/webrick.rb
@@ -1,5 +1,6 @@
require 'webrick'
require 'optparse'
+require 'commands/servers/base'
OPTIONS = {
:port => 3000,