Sha256: 960b4c24063afc12333ad13fefedd9019407b4bde6eb29af132af8dd7ab3bc17
Contents?: true
Size: 277 Bytes
Versions: 6
Compression:
Stored size: 277 Bytes
Contents
require 'generators/fira/controller/controller_generator' module Fira module Generators class MailerGenerator < ControllerGenerator source_root File.expand_path("../templates", __FILE__) protected def format :text end end end end
Version data entries
6 entries across 6 versions & 1 rubygems