method

type

type()
public

No documentation available.

# File actionview/lib/action_view/template.rb, line 163
    def type
      @type ||= Types[format]
    end