annotate lib/tasks/metrics.rake @ 448:0a5d997578da feature_36

Publications Controller: Edit vire now redirecting to the correct page after successful update action.
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Wed, 08 Jun 2011 14:36:10 +0100
parents 513646585e45
children
rev   line source
Chris@0 1 begin
Chris@0 2 require 'metric_fu'
Chris@0 3 rescue LoadError
Chris@0 4 # Metric-fu not installed
Chris@0 5 # http://metric-fu.rubyforge.org/
Chris@0 6 end