mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Reinstate rails:update:configs task removed in e1fdc8b
This commit is contained in:
parent
fe319103db
commit
df9f5e771b
1 changed files with 5 additions and 0 deletions
|
@ -100,6 +100,11 @@ namespace :rails do
|
|||
generator.invoke(method)
|
||||
end
|
||||
|
||||
desc "Update config/boot.rb from your current rails install"
|
||||
task :configs do
|
||||
invoke_from_app_generator :create_boot_file
|
||||
end
|
||||
|
||||
desc "Update Prototype javascripts from your current rails install"
|
||||
task :javascripts do
|
||||
invoke_from_app_generator :create_prototype_files
|
||||
|
|
Loading…
Reference in a new issue