This commit is contained in:
2009-09-06 12:36:04 -03:00
parent 3208d07a89
commit 829797e236
25 changed files with 169 additions and 89 deletions

View File

@@ -41,7 +41,7 @@ class LogEntry < ActiveRecord::Base
end
end
require 'log_entry/attachment_log_entry.rb'
require 'log_entry/event_log_entry.rb'
require 'log_entry/news_log_entry.rb'
require 'log_entry/wiki_log_entry.rb'
load 'log_entry/attachment_log_entry.rb'
load 'log_entry/event_log_entry.rb'
load 'log_entry/news_log_entry.rb'
load 'log_entry/wiki_log_entry.rb'