README.md in rack-mogilefs-0.3.1 vs README.md in rack-mogilefs-0.3.2
- old
+ new
@@ -13,10 +13,10 @@
There are a variety of ways to use it:
### Rails 3:
# (config/routes.rb)
- match "/assets/*" => Rack::MogileFS::Endpoint.new
+ match "/assets/*path" => Rack::MogileFS::Endpoint.new
### Rails 2:
# (app/metal/mogilefs_metal.rb)
class MogilefsMetal