Flowdock
method

file_name

Importance_0
v5.1.7 - Show latest stable - 0 notes - Class: Rails::Generators::MailerGenerator
file_name() private

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 23
        def file_name # :doc:
          @_file_name ||= super.gsub(/_mailer/, "")
        end
Register or log in to add new notes.