DB: Integridade referencial

This commit is contained in:
2008-03-06 05:43:56 -03:00
parent e5bc6024ba
commit c58684c31c
12 changed files with 88 additions and 68 deletions

View File

@@ -15,6 +15,8 @@ class LogEntry < ActiveRecord::Base
belongs_to :user
belongs_to :course
acts_as_paranoid
def reversible?() false end
def to_xml(options = {})