Sha256: 9623c16edef085ebe76417a903457732086ee1d0e75a88b66309c9273be76797

Contents?: true

Size: 160 Bytes

Versions: 4

Compression:

Stored size: 160 Bytes

Contents

class Journal < ActiveRecord::Base
  belongs_to :journalized, :polymorphic => true
  belongs_to :issue, :foreign_key => :journalized_id

  belongs_to :user
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
redmineup-1.0.10 test/models/journal.rb
redmineup-1.0.9 test/models/journal.rb
redmineup-1.0.8 test/models/journal.rb
redmineup-1.0.7 test/models/journal.rb