mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-18 05:08:09 +01:00
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:
parent
8428a4ade5
commit
d7b1c6e167
11 changed files with 19 additions and 6 deletions
|
|
@ -5,6 +5,7 @@ class ContextController < ApplicationController
|
|||
model :project
|
||||
scaffold :context
|
||||
before_filter :login_required
|
||||
caches_action :list, :show
|
||||
|
||||
layout "standard"
|
||||
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@ class FeedController < ApplicationController
|
|||
|
||||
helper :feed
|
||||
model :todo, :context, :project
|
||||
before_filter :login_required
|
||||
|
||||
def index
|
||||
end
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@ class ProjectController < ApplicationController
|
|||
scaffold :project
|
||||
|
||||
before_filter :login_required
|
||||
caches_action :list, :show
|
||||
layout "standard"
|
||||
|
||||
# Main method for listing projects
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@ class TodoController < ApplicationController
|
|||
|
||||
scaffold :todo
|
||||
before_filter :login_required
|
||||
caches_action :list, :completed
|
||||
layout "standard"
|
||||
|
||||
# Main method for listing tasks
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue