We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
on
1 parent 3a29ea1 commit 4e58702Copy full SHA for 4e58702
1 file changed
lib/graphiti/sideload/polymorphic_belongs_to.rb
@@ -41,7 +41,7 @@ def ignore?(group_name)
41
end
42
43
def on(name, &blk)
44
- group = Group.new(name)
+ group = Group.new(name.to_sym)
45
@groups << group
46
group
47
0 commit comments