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.
2 parents b554ac2 + d082c40 commit 3d87f3bCopy full SHA for 3d87f3b
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