instance method
create_boot_file
Ruby on Rails 3.2.22.5
Since v3.0.20 Last seen in v3.2.22.5Signature
create_boot_file()
No documentation comment.
Source
# File railties/lib/rails/generators/rails/app/app_generator.rb, line 184
def create_boot_file
template "config/boot.rb"
end
Defined in railties/lib/rails/generators/rails/app/app_generator.rb line 184
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Rails::Generators::AppGenerator