From c5731690db46b2d78824dff76968f4c01e221506 Mon Sep 17 00:00:00 2001 From: AntonioTerceiro Date: Mon, 24 Sep 2007 21:29:08 +0000 Subject: [PATCH] ActionItem70: better spacing --- app/models/category.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/category.rb b/app/models/category.rb index 54cd160..e537d58 100644 --- a/app/models/category.rb +++ b/app/models/category.rb @@ -1,6 +1,6 @@ class Category < ActiveRecord::Base - validates_exclusion_of :slug, :in => [ 'index'], :message => N_('%{fm} cannot be like that.') + validates_exclusion_of :slug, :in => [ 'index' ], :message => N_('%{fn} cannot be like that.') validates_presence_of :name, :environment_id validates_uniqueness_of :slug,:scope => [ :environment_id, :parent_id ], :message => N_('%{fn} is already being used by another category.') belongs_to :environment -- libgit2 0.21.2