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