method
bin_when_updating
v6.0.0 -
Show latest stable
- Class:
Rails::AppBuilder
bin_when_updating()public
No documentation available.
# File railties/lib/rails/generators/rails/app/app_generator.rb, line 95
def bin_when_updating
bin
if options[:skip_javascript]
remove_file "bin/yarn"
end
end