Guest User

Untitled

a guest
Jul 20th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. @upload_data = [ { field_1: "value_1", field_2: "value_2" },
  2. { field_3: "value_3", field_4: "value_4" },
  3. { field_5: "value_5", field_6: "value_6" } ].map { |h| h.stringify_keys }
  4. post :create, upload_data: @upload_data, :format => :json
Add Comment
Please, Sign In to add comment