1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00

Fixed bug where mime types weren't getting picked up.

git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@189 19e92222-5c0b-0410-8929-a290d50e31e9
This commit is contained in:
zedshaw 2006-05-18 15:59:05 +00:00
parent acc04bfafb
commit 76f29c4aa2

View file

@ -96,7 +96,7 @@ class Start < GemPlugin::Plugin "/commands"
end
log "Starting Rails in environment #{defaults[:environment]} ..."
uri "/", :handler => rails
uri "/", :handler => rails(:mime => mime)
log "Rails loaded."
log "Loading any Rails specific GemPlugins"