Skip to content

Commit ac0d644

Browse files
refactored syntax and updated documentation
1 parent bf5b1dd commit ac0d644

File tree

3 files changed

+2
-13
lines changed

3 files changed

+2
-13
lines changed

README

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ Example Configuration
3434
t.string :author
3535
end
3636

37-
create_cti_table :novel, :has_parent => :product do |t|
37+
create_cti_table :novel, :has_parent => :book do |t|
3838
t.string :genre
3939
end
4040

41-
create_cti_table :encyclopedia, :has_parent => :product do |t|
41+
create_cti_table :encyclopedia, :has_parent => :book do |t|
4242
t.string :editor
4343
end
4444

test/class_table_inheritance_test.rb

-8
This file was deleted.

test/test_helper.rb

-3
This file was deleted.

0 commit comments

Comments
 (0)