instance method
file_name
Ruby on Rails 7.1.6
Since v6.0.6 PrivateSignature
file_name()
No documentation comment.
Source
# File actioncable/lib/rails/generators/test_unit/channel_generator.rb, line 15
def file_name # :doc:
@_file_name ||= super.sub(/_channel\z/i, "")
end
Defined in actioncable/lib/rails/generators/test_unit/channel_generator.rb line 15
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in TestUnit::Generators::ChannelGenerator