# File lib/generators/formtastic/form/form_generator.rb, line 48
    def template_type
      @template_type ||= options[:haml] ? :haml : :erb
    end