instance method
vendor
Ruby on Rails 5.1.7
Since v3.1.12Signature
vendor()
No documentation comment.
Source
# File railties/lib/rails/generators/rails/app/app_generator.rb, line 199
def vendor
empty_directory_with_keep_file "vendor"
unless options[:skip_yarn]
template "package.json"
end
end
Defined in railties/lib/rails/generators/rails/app/app_generator.rb line 199
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Rails::AppBuilder