From ed7614aa7de2eaeba16c9af11cf09b4fd7ed6819 Mon Sep 17 00:00:00 2001 From: Carl Lerche Date: Sat, 5 Feb 2011 16:00:57 -0800 Subject: Provide a way to specify alternate option keys for validates --- activemodel/test/models/topic.rb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'activemodel/test/models') diff --git a/activemodel/test/models/topic.rb b/activemodel/test/models/topic.rb index ff34565bdb..2f0bb95071 100644 --- a/activemodel/test/models/topic.rb +++ b/activemodel/test/models/topic.rb @@ -2,6 +2,10 @@ class Topic include ActiveModel::Validations include ActiveModel::Validations::Callbacks + def self._validates_default_keys + super | [ :message ] + end + attr_accessor :title, :author_name, :content, :approved attr_accessor :after_validation_performed -- cgit v1.2.3