method
using_js_runtime?
rails latest stable - Class:
Rails::Generators::AppBase
using_js_runtime?()private
No documentation available.
# File railties/lib/rails/generators/app_base.rb, line 474
def using_js_runtime?
(options[:javascript] && !]importmap].include?(options[:javascript])) ||
(options[:css] && !]tailwind sass].include?(options[:css]))
end