method

formats_regexp

formats_regexp()
protected

No documentation available.

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