class Sprockets::StaticAsset

def to_path

Implemented for Rack SendFile support.
def to_path
  pathname.to_s
end