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:
parent
acc04bfafb
commit
76f29c4aa2
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue