Skip to content

Commit fc53546

Browse files
committed
Fix spec typo
1 parent 3538d44 commit fc53546

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spec/polymorphic_integer_type_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ class InlineDrink2 < ActiveRecord::Base
261261

262262
self.table_name = "drinks"
263263

264-
has_many :inline_links2, as: :target
264+
has_many :inline_link2s, as: :target
265265
end
266266

267267
let!(:animal) { InlineAnimal2.create!(name: "Lucy") }

0 commit comments

Comments
 (0)