remove changes from version model

This commit is contained in:
Tim Felgentreff 2010-07-23 17:17:00 +02:00
parent 8a3cb1895b
commit 4851451017
1 changed files with 1 additions and 3 deletions

View File

@ -18,9 +18,7 @@
class Version < ActiveRecord::Base
after_update :update_issues_from_sharing_change
belongs_to :project
has_many :fixed_issues, :class_name => 'Issue', :foreign_key => 'fixed_version_id', :dependent => :nullify
acts_as_journalized
has_many :fixed_issues, :class_name => 'Issue', :foreign_key => 'fixed_version_id', :dependent => :nullify
acts_as_customizable
acts_as_attachable :view_permission => :view_files,