method

formats_regexp

formats_regexp()
public

No documentation available.

# File actionpack/lib/action_view/renderer/abstract_renderer.rb, line 26
    def formats_regexp
      @@formats_regexp ||= /\.(#{Mime::SET.symbols.join('|')})$/
    end