Mercurial > hg > soundsoftware-site
diff app/controllers/.svn/text-base/calendars_controller.rb.svn-base @ 22:40f7cfd4df19
* Update to SVN trunk rev 4173
author | Chris Cannam <chris.cannam@soundsoftware.ac.uk> |
---|---|
date | Fri, 24 Sep 2010 14:06:04 +0100 |
parents | 1d32c0a0efbf |
children | 94944d00e43c |
line wrap: on
line diff
--- a/app/controllers/.svn/text-base/calendars_controller.rb.svn-base Wed Aug 25 16:30:24 2010 +0100 +++ b/app/controllers/.svn/text-base/calendars_controller.rb.svn-base Fri Sep 24 14:06:04 2010 +0100 @@ -32,8 +32,11 @@ @calendar.events = events end - render :layout => false if request.xhr? + render :action => 'show', :layout => false if request.xhr? end + def update + show + end end