Module: Smartfm::PrivateContent::InstanceMethods
- Defined in:
- lib/smartfm/modules/private_content.rb
Instance Method Summary collapse
Instance Method Details
#save(auth) ⇒ Object
20 21 22 |
# File 'lib/smartfm/modules/private_content.rb', line 20 def save(auth) self.rest_client.create(auth, self.to_post_data) end |