Module: Viadeo::Operations::Update
- Included in:
- User
- Defined in:
- lib/viadeo/operations/update.rb
Instance Method Summary collapse
Instance Method Details
#save ⇒ Object
10 11 12 13 14 15 |
# File 'lib/viadeo/operations/update.rb', line 10 def save if updated? update(params) end self end |