method
using_importmap?
v8.0.0 -
Show latest stable
- Class:
Rails::Generators::ChannelGenerator
using_importmap?()private
No documentation available.
# File actioncable/lib/rails/generators/channel/channel_generator.rb, line 118
def using_importmap?
@using_importmap ||= root.join("config/importmap.rb").exist?
end