method
file_name
v6.1.3.1 -
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