mirror of
https://github.com/TracksApp/tracks.git
synced 2026-03-11 07:02:36 +01:00
Freeze to rails 1.1.5. The only change I needed to make for compatibility was to ApplicationController#init_not_done_counts
git-svn-id: http://www.rousette.org.uk/svn/tracks-repos/trunk@306 a4c988fc-2ded-0310-b66e-134b36920a42
This commit is contained in:
parent
45739e12de
commit
a36b736c6a
74 changed files with 1064 additions and 535 deletions
|
|
@ -38,9 +38,9 @@ module ActionController #:nodoc:
|
|||
#
|
||||
# class WeblogController < ActionController::Base
|
||||
# def update
|
||||
# List.update(@params["list"]["id"], @params["list"])
|
||||
# expire_page :action => "show", :id => @params["list"]["id"]
|
||||
# redirect_to :action => "show", :id => @params["list"]["id"]
|
||||
# List.update(params[:list][:id], params[:list])
|
||||
# expire_page :action => "show", :id => params[:list][:id]
|
||||
# redirect_to :action => "show", :id => params[:list][:id]
|
||||
# end
|
||||
# end
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue