lib/mongrel2/config/route.rb in mongrel2-0.36.0 vs lib/mongrel2/config/route.rb in mongrel2-0.37.0
- old
+ new
@@ -29,10 +29,10 @@
##
# The Mongrel2::Config::Host this route belongs to.
many_to_one :host
- ### Fetch the route's target, which is either a Mongrel2::Config::Directory,
+ ### Fetch the route's target, which is either a Mongrel2::Config::Directory,
### Mongrel2::Config::Proxy, or Mongrel2::Config::Handler object.
def target
case self.target_type
when 'dir'
return Mongrel2::Config::Directory[ self.target_id ]