method

type

type()
public

No documentation available.

# File actionview/lib/action_view/template.rb, line 164
    def type
      @type ||= Types[@formats.first] if @formats.first
    end