instance method
using_importmap?
Ruby on Rails 7.0.10
Since v7.0.10 PrivateSignature
using_importmap?()
No documentation comment.
Source
# File actioncable/lib/rails/generators/channel/channel_generator.rb, line 102
def using_importmap?
@using_importmap ||= root.join("config/importmap.rb").exist?
end
Defined in actioncable/lib/rails/generators/channel/channel_generator.rb line 102
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Rails::Generators::ChannelGenerator