From 13c75e73812927359ca8a1d606ed33bd6a75eea5 Mon Sep 17 00:00:00 2001 From: Patrick J Cherry Date: Wed, 15 Jun 2011 21:12:26 +0100 Subject: Rejigged column names.. and javascript location. --HG-- rename : static/mauve_utils.js => static/javascript/mauve_utils.js --- lib/mauve/alert.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/mauve/alert.rb b/lib/mauve/alert.rb index 9cb2521..6694fca 100644 --- a/lib/mauve/alert.rb +++ b/lib/mauve/alert.rb @@ -395,7 +395,7 @@ module Mauve alert_db = first(:alert_id => alert.id, :source => update.source) || new(:alert_id => alert.id, :source => update.source) - + # # Work out what state the alert was in before receiving this update. # -- cgit v1.2.1