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