Having problems committing.

git-svn-id: http://www.rousette.org.uk/svn/tracks-repos/trunk@9 a4c988fc-2ded-0310-b66e-134b36920a42
This commit is contained in:
bsag 2005-01-22 15:43:39 +00:00
parent 8428a4ade5
commit d7b1c6e167
11 changed files with 19 additions and 6 deletions

View file

@ -5,6 +5,7 @@ class ContextController < ApplicationController
model :project
scaffold :context
before_filter :login_required
caches_action :list, :show
layout "standard"

View file

@ -4,6 +4,7 @@ class FeedController < ApplicationController
helper :feed
model :todo, :context, :project
before_filter :login_required
def index
end

View file

@ -6,6 +6,7 @@ class ProjectController < ApplicationController
scaffold :project
before_filter :login_required
caches_action :list, :show
layout "standard"
# Main method for listing projects

View file

@ -6,6 +6,7 @@ class TodoController < ApplicationController
scaffold :todo
before_filter :login_required
caches_action :list, :completed
layout "standard"
# Main method for listing tasks