Method: RubyRedtail::User::Contacts#create
- Defined in:
- lib/ruby-redtail/user/contacts.rb
#create(params) ⇒ Object
Create New Contact
50 51 52 |
# File 'lib/ruby-redtail/user/contacts.rb', line 50 def create (params) update(0, params) end |