public
Description: Simple agile project management
Clone URL: git://github.com/tablatom/agility.git
Updating for latest Hobo version
tablatom (author)
Mon May 26 03:37:38 -0700 2008
commit  10f112666d1995f7fca205b93fec8641f5eaa46d
tree    c0de4008e5b369059634be3df5365e69cfda6001
parent  b716ff417f1309d91bb2454de912b7292a0448a7
...
2
3
4
5
 
6
7
...
2
3
4
 
5
6
7
0
@@ -2,6 +2,6 @@ class StoriesController < ApplicationController
0
 
0
   hobo_model_controller
0
 
0
- auto_actions :write_only, :show, :new, :edit
0
+ auto_actions :write_only, :show, :new, :edit, :create_task
0
 
0
 end
...
2
3
4
5
 
6
7
...
2
3
4
 
5
6
7
0
@@ -2,6 +2,6 @@ class TasksController < ApplicationController
0
 
0
   hobo_model_controller
0
 
0
- auto_actions :write_only, :edit
0
+ auto_actions :edit, :update, :destroy
0
 
0
 end

Comments

    No one has commented yet.