instance method
bin_when_updating
Ruby on Rails 6.0.6
Since v5.2.8.1Signature
bin_when_updating()
No documentation comment.
Source
# 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
Defined in railties/lib/rails/generators/rails/app/app_generator.rb line 95
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Rails::AppBuilder