Sha256: 2fa0764f7d2a94d9160c9eb00ecb7af9ab84594663e662558a1d459d51e2d23f

Contents?: true

Size: 110 Bytes

Versions: 3

Compression:

Stored size: 110 Bytes

Contents

class Project < ActiveRecord::Base
  belongs_to :user
  has_many :tasks
  
  default_fxml_includes :tasks
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ruboss4ruby-1.0.3 test/models/project.rb
ruboss4ruby-1.0.5 test/models/project.rb
ruboss4ruby-1.0.4 test/models/project.rb