386 387 388
# File 'lib/waxx/view.rb', line 386 def post(x, data, returning: nil) @object.post(x, data, returning: returning, view: self) end