Flowdock
create_mailer_file() public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionmailer/lib/rails/generators/mailer/mailer_generator.rb, line 9
      def create_mailer_file
        template "mailer.rb", File.join('app/mailers', class_path, "#{file_name}.rb")
      end
Register or log in to add new notes.