From f3683926c67b706b1f9b6eab0e68f5eb99e8c754 Mon Sep 17 00:00:00 2001 From: ZhangJinzhu Date: Sat, 6 Mar 2010 16:40:22 +0800 Subject: [PATCH] load active_record --- lib/commentable_methods.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/commentable_methods.rb b/lib/commentable_methods.rb index b068bb5..41d9be5 100644 --- a/lib/commentable_methods.rb +++ b/lib/commentable_methods.rb @@ -1,4 +1,4 @@ -require 'activerecord' +require 'active_record' # ActsAsCommentable module Juixe