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