Sha256: be8e08fb78e334de4fb336e09200c83c941a4efebf3f49532acd297afb815387

Contents?: true

Size: 100 Bytes

Versions: 14

Compression:

Stored size: 100 Bytes

Contents

class Chapter < ActiveRecord::Base
  has_many :pages, :dependent => :destroy
  belongs_to :book
end

Version data entries

14 entries across 7 versions & 1 rubygems

Version Path
data_active-0.0.7 test_apps/book_store_rails_32x/app/models/chapter.rb
data_active-0.0.7 test_apps/book_store_rails_31x/app/models/chapter.rb
data_active-0.0.6 test_apps/book_store_rails_32x/app/models/chapter.rb
data_active-0.0.6 test_apps/book_store_rails_31x/app/models/chapter.rb
data_active-0.0.5 test_apps/book_store_rails_31x/app/models/chapter.rb
data_active-0.0.5 test_apps/book_store_rails_32x/app/models/chapter.rb
data_active-0.0.4 test_apps/book_store_rails_32x/app/models/chapter.rb
data_active-0.0.4 test_apps/book_store_rails_31x/app/models/chapter.rb
data_active-0.0.3 test_apps/book_store_rails_32x/app/models/chapter.rb
data_active-0.0.3 test_apps/book_store_rails_31x/app/models/chapter.rb
data_active-0.0.2 test_apps/book_store_rails_32x/app/models/chapter.rb
data_active-0.0.2 test_apps/book_store_rails_31x/app/models/chapter.rb
data_active-0.0.1 test_apps/book_store_rails_31x/app/models/chapter.rb
data_active-0.0.1 test_apps/book_store_rails_32x/app/models/chapter.rb