You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+22-4
Original file line number
Diff line number
Diff line change
@@ -18,10 +18,10 @@ supports array parameter with following attributes
18
18
19
19
##### fields[]
20
20
-`attribute` - attribute name from Your ActieRecord class
21
-
-`value` - if callable passed it will receive current row, and return value will be save to AR, otherwise it will find element which key is passed value in current row
21
+
-`value` - if callable passed it will receive current row, and return value will be saved to AR, otherwise it will find element which key is passed value in current row
22
22
23
23
#### validate
24
-
validates each populated AR model, and returns false if there's any error, otherwise it will return tru
24
+
validates each populated AR model, and returns false if there's any error, otherwise it will return true
25
25
26
26
#### save
27
27
Saves populated AR models, and returns an array of each saved AR model's primary key
@@ -38,8 +38,10 @@ Will return array of populated AR models
0 commit comments