# File lib/mongrel/rails.rb, line 167 167: def reload! 168: if not @rails_handler 169: raise "Rails was not configured. Read the docs for RailsConfigurator." 170: end 171: 172: log "Reloading Rails..." 173: @rails_handler.reload! 174: log "Done reloading Rails." 175: 176: end