Method: Waistband::Connection#put
- Defined in:
- lib/waistband/connection.rb
#put(index, key, data) ⇒ Object
45 46 47 |
# File 'lib/waistband/connection.rb', line 45 def put(index, key, data) execute! 'put', relative_url_for_key(index, key), data.to_json end |