public
Description: Markdown sources for http://hobocentral.net
Homepage: http://hobocentral.net
Clone URL: git://github.com/tablatom/hobocentral.git
Fix to markdown formatting in agility tutorial
tablatom (author)
Mon May 19 12:51:24 -0700 2008
commit  24cd7ac99a5110568ed54667d40c8c02d14cf989
tree    7c8140996b23a8eb759689737526f78fb67635f5
parent  fa9be23a29a0d377111989052a74789717b7b098
...
491
492
493
494
495
496
 
 
 
 
497
498
499
...
491
492
493
 
 
 
494
495
496
497
498
499
500
0
@@ -491,9 +491,10 @@ Once you've done that you'll see that the generated migration includes the creat
0
 
0
 For example, within your migration, console or a rake task, you could create some initial story statuses
0
 
0
- [:new, :accepted, :discussion, :implementation, :user_testing, :deployed, :rejected].each do |status|
0
- StoryStatus.create :name => status.to_s
0
- end
0
+ [:new, :accepted, :discussion, :implementation,
0
+ :user_testing, :deployed, :rejected].each do |status|
0
+ StoryStatus.create :name => status.to_s
0
+ end
0
 {: .ruby}
0
 
0
 That's it. The page to manage the story statuses should appear in the main navigation once you restart your server.

Comments

    No one has commented yet.