1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Fix syntax error in the command_line guide [ci skip]

This commit is contained in:
Rafael Mendonça França 2012-09-28 16:08:16 -03:00
parent 9eb72ac78f
commit 9e34127dad

View file

@ -503,7 +503,7 @@ end
You can group tasks by placing them in namespaces:
```ruby
namespace :db
namespace :db do
desc "This task does nothing"
task :nothing do
# Seriously, nothing