method
ext
v4.1.8 -
Show latest stable
- Class:
ActionDispatch::FileHandler
ext()public
No documentation available.
# File actionpack/lib/action_dispatch/middleware/static.rb, line 33
def ext
@ext ||= begin
ext = ::ActionController::Base.default_static_extension
"{,#{ext},/index#{ext}}"
end
end