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