NameL3ss

groupings

Jun 14th, 2025
19
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. #<MassImport::SheetImport
  2.  
  3. Processing by AttributeGroupingsController#create as JSON
  4. Parameters: {"attribute_grouping"=>{"id"=>1749935200255, "new"=>false, "attribute_child_id"=>145, "attribute_parent_id"=>"456", "saved_attribute_parent_id"=>"", "value"=>"dos", "saved_value"=>"", "updated"=>1749935222347}}
  5.  
  6.  
  7. INSERT INTO "attribute_groupings" ("attribute_parent_id", "attribute_child_id", "created_at", "updated_at", "customer_id", "value") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" /*application:webdox.portal.backend.dev.g,controller:attribute_groupings,action:create*/ [["attribute_parent_id", "456"], ["attribute_child_id", "145"], ["created_at", "2025-06-14 21:07:10.308912"], ["updated_at", "2025-06-14 21:07:10.308912"], ["customer_id", 1], ["value", "dos"]]
  8.  
  9.  
  10.  
  11.  
Advertisement
Add Comment
Please, Sign In to add comment