method
file_name
v7.2.3 -
Show latest stable
- Class:
Rails::Generators::MailboxGenerator
file_name()private
No documentation available.
# File actionmailbox/lib/rails/generators/mailbox/mailbox_generator.rb, line 23
def file_name # :doc:
@_file_name ||= super.sub(/_mailbox\z/, "")
end