method
file_name
rails latest stable - Class:
TestUnit::Generators::ChannelGenerator
file_name()private
No documentation available.
# File actioncable/lib/rails/generators/test_unit/channel_generator.rb, line 15
def file_name # :doc:
@_file_name ||= super.sub(/_channel\z/, "")
end