instance method
gemfile
Ruby on Rails 7.2.3
Since v3.0.20Signature
gemfile()
No documentation comment.
Source
# File railties/lib/rails/generators/rails/app/app_generator.rb, line 62
def gemfile
template "Gemfile"
end
Defined in railties/lib/rails/generators/rails/app/app_generator.rb line 62
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Rails::AppBuilder