We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b554ac2 commit d082c40Copy full SHA for d082c40
README.md
@@ -170,7 +170,7 @@ contact.remove_company(id: company.id)
170
contact.companies.each {|c| p c.name}
171
172
# attach a subscription_types on a contact
173
-contact.create_subscription_types(id: subscription_type.id)
+contact.create_subscription_type(id: subscription_type.id)
174
175
# List subscription_types for a contact
176
contact.subscription_types.each {|n| p n.id}
0 commit comments