method
file_name
v7.2.3 -
Show latest stable
- Class:
Rails::Generators::ChannelGenerator
file_name()private
No documentation available.
# File actioncable/lib/rails/generators/channel/channel_generator.rb, line 91
def file_name
@_file_name ||= super.sub(/_channel\z/, "")
end