activemodel 3.0.6 → 3.0.7.rc1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (34) hide show
  1. data/CHANGELOG +5 -0
  2. data/lib/active_model.rbc +781 -0
  3. data/lib/active_model/attribute_methods.rbc +4425 -0
  4. data/lib/active_model/callbacks.rbc +1164 -0
  5. data/lib/active_model/conversion.rbc +416 -0
  6. data/lib/active_model/deprecated_error_methods.rbc +899 -0
  7. data/lib/active_model/dirty.rbc +1538 -0
  8. data/lib/active_model/errors.rbc +3944 -0
  9. data/lib/active_model/mass_assignment_security.rbc +1407 -0
  10. data/lib/active_model/mass_assignment_security/permission_set.rbc +956 -0
  11. data/lib/active_model/mass_assignment_security/sanitizer.rbc +663 -0
  12. data/lib/active_model/naming.rbc +1547 -0
  13. data/lib/active_model/observing.rbc +2496 -0
  14. data/lib/active_model/railtie.rbc +69 -0
  15. data/lib/active_model/serialization.rbc +763 -0
  16. data/lib/active_model/serializers/json.rbc +802 -0
  17. data/lib/active_model/serializers/xml.rbc +3540 -0
  18. data/lib/active_model/translation.rbc +988 -0
  19. data/lib/active_model/validations.rbc +2398 -0
  20. data/lib/active_model/validations/acceptance.rbc +955 -0
  21. data/lib/active_model/validations/callbacks.rbc +1441 -0
  22. data/lib/active_model/validations/confirmation.rbc +757 -0
  23. data/lib/active_model/validations/exclusion.rbc +739 -0
  24. data/lib/active_model/validations/format.rbc +972 -0
  25. data/lib/active_model/validations/inclusion.rbc +997 -0
  26. data/lib/active_model/validations/length.rbc +1814 -0
  27. data/lib/active_model/validations/numericality.rbc +2163 -0
  28. data/lib/active_model/validations/presence.rbc +537 -0
  29. data/lib/active_model/validations/validates.rbc +1128 -0
  30. data/lib/active_model/validations/with.rbc +1058 -0
  31. data/lib/active_model/validator.rbc +1507 -0
  32. data/lib/active_model/version.rb +2 -2
  33. data/lib/active_model/version.rbc +295 -0
  34. metadata +50 -13
@@ -0,0 +1,1407 @@
1
+ !RBIX
2
+ 12079494195756429234
3
+ x
4
+ M
5
+ 1
6
+ n
7
+ n
8
+ x
9
+ 10
10
+ __script__
11
+ i
12
+ 46
13
+ 5
14
+ 7
15
+ 0
16
+ 64
17
+ 47
18
+ 49
19
+ 1
20
+ 1
21
+ 15
22
+ 5
23
+ 7
24
+ 2
25
+ 64
26
+ 47
27
+ 49
28
+ 1
29
+ 1
30
+ 15
31
+ 99
32
+ 7
33
+ 3
34
+ 65
35
+ 49
36
+ 4
37
+ 2
38
+ 13
39
+ 99
40
+ 12
41
+ 7
42
+ 5
43
+ 12
44
+ 7
45
+ 6
46
+ 12
47
+ 65
48
+ 12
49
+ 49
50
+ 7
51
+ 4
52
+ 15
53
+ 49
54
+ 5
55
+ 0
56
+ 15
57
+ 2
58
+ 11
59
+ I
60
+ 6
61
+ I
62
+ 0
63
+ I
64
+ 0
65
+ I
66
+ 0
67
+ n
68
+ p
69
+ 8
70
+ s
71
+ 42
72
+ active_support/core_ext/class/attribute.rb
73
+ x
74
+ 7
75
+ require
76
+ s
77
+ 52
78
+ active_model/mass_assignment_security/permission_set
79
+ x
80
+ 11
81
+ ActiveModel
82
+ x
83
+ 11
84
+ open_module
85
+ x
86
+ 15
87
+ __module_init__
88
+ M
89
+ 1
90
+ n
91
+ n
92
+ x
93
+ 11
94
+ ActiveModel
95
+ i
96
+ 28
97
+ 5
98
+ 66
99
+ 99
100
+ 7
101
+ 0
102
+ 65
103
+ 49
104
+ 1
105
+ 2
106
+ 13
107
+ 99
108
+ 12
109
+ 7
110
+ 2
111
+ 12
112
+ 7
113
+ 3
114
+ 12
115
+ 65
116
+ 12
117
+ 49
118
+ 4
119
+ 4
120
+ 15
121
+ 49
122
+ 2
123
+ 0
124
+ 11
125
+ I
126
+ 6
127
+ I
128
+ 0
129
+ I
130
+ 0
131
+ I
132
+ 0
133
+ n
134
+ p
135
+ 5
136
+ x
137
+ 22
138
+ MassAssignmentSecurity
139
+ x
140
+ 11
141
+ open_module
142
+ x
143
+ 15
144
+ __module_init__
145
+ M
146
+ 1
147
+ n
148
+ n
149
+ x
150
+ 22
151
+ MassAssignmentSecurity
152
+ i
153
+ 79
154
+ 5
155
+ 66
156
+ 5
157
+ 45
158
+ 0
159
+ 1
160
+ 43
161
+ 2
162
+ 47
163
+ 49
164
+ 3
165
+ 1
166
+ 15
167
+ 5
168
+ 56
169
+ 4
170
+ 47
171
+ 50
172
+ 5
173
+ 0
174
+ 15
175
+ 99
176
+ 7
177
+ 6
178
+ 65
179
+ 49
180
+ 7
181
+ 2
182
+ 13
183
+ 99
184
+ 12
185
+ 7
186
+ 8
187
+ 12
188
+ 7
189
+ 9
190
+ 12
191
+ 65
192
+ 12
193
+ 49
194
+ 10
195
+ 4
196
+ 15
197
+ 49
198
+ 8
199
+ 0
200
+ 15
201
+ 5
202
+ 48
203
+ 11
204
+ 15
205
+ 99
206
+ 7
207
+ 12
208
+ 7
209
+ 13
210
+ 65
211
+ 67
212
+ 49
213
+ 14
214
+ 0
215
+ 49
216
+ 15
217
+ 4
218
+ 15
219
+ 99
220
+ 7
221
+ 16
222
+ 7
223
+ 17
224
+ 65
225
+ 67
226
+ 49
227
+ 14
228
+ 0
229
+ 49
230
+ 15
231
+ 4
232
+ 11
233
+ I
234
+ 6
235
+ I
236
+ 0
237
+ I
238
+ 0
239
+ I
240
+ 0
241
+ n
242
+ p
243
+ 18
244
+ x
245
+ 13
246
+ ActiveSupport
247
+ n
248
+ x
249
+ 7
250
+ Concern
251
+ x
252
+ 6
253
+ extend
254
+ M
255
+ 1
256
+ p
257
+ 2
258
+ x
259
+ 9
260
+ for_block
261
+ t
262
+ n
263
+ x
264
+ 22
265
+ MassAssignmentSecurity
266
+ i
267
+ 24
268
+ 5
269
+ 7
270
+ 0
271
+ 47
272
+ 49
273
+ 1
274
+ 1
275
+ 15
276
+ 5
277
+ 7
278
+ 2
279
+ 47
280
+ 49
281
+ 1
282
+ 1
283
+ 15
284
+ 5
285
+ 7
286
+ 3
287
+ 47
288
+ 49
289
+ 1
290
+ 1
291
+ 11
292
+ I
293
+ 3
294
+ I
295
+ 0
296
+ I
297
+ 0
298
+ I
299
+ 0
300
+ I
301
+ -2
302
+ p
303
+ 4
304
+ x
305
+ 22
306
+ _accessible_attributes
307
+ x
308
+ 15
309
+ class_attribute
310
+ x
311
+ 21
312
+ _protected_attributes
313
+ x
314
+ 18
315
+ _active_authorizer
316
+ p
317
+ 7
318
+ I
319
+ 0
320
+ I
321
+ a
322
+ I
323
+ 8
324
+ I
325
+ b
326
+ I
327
+ 10
328
+ I
329
+ c
330
+ I
331
+ 18
332
+ x
333
+ 93
334
+ /Users/santiago/WyeWorks/Projs/rails/activemodel/lib/active_model/mass_assignment_security.rb
335
+ p
336
+ 0
337
+ x
338
+ 8
339
+ included
340
+ x
341
+ 12
342
+ ClassMethods
343
+ x
344
+ 11
345
+ open_module
346
+ x
347
+ 15
348
+ __module_init__
349
+ M
350
+ 1
351
+ n
352
+ n
353
+ x
354
+ 12
355
+ ClassMethods
356
+ i
357
+ 86
358
+ 5
359
+ 66
360
+ 99
361
+ 7
362
+ 0
363
+ 7
364
+ 1
365
+ 65
366
+ 67
367
+ 49
368
+ 2
369
+ 0
370
+ 49
371
+ 3
372
+ 4
373
+ 15
374
+ 99
375
+ 7
376
+ 4
377
+ 7
378
+ 5
379
+ 65
380
+ 67
381
+ 49
382
+ 2
383
+ 0
384
+ 49
385
+ 3
386
+ 4
387
+ 15
388
+ 99
389
+ 7
390
+ 6
391
+ 7
392
+ 7
393
+ 65
394
+ 67
395
+ 49
396
+ 2
397
+ 0
398
+ 49
399
+ 3
400
+ 4
401
+ 15
402
+ 99
403
+ 7
404
+ 8
405
+ 7
406
+ 9
407
+ 65
408
+ 67
409
+ 49
410
+ 2
411
+ 0
412
+ 49
413
+ 3
414
+ 4
415
+ 15
416
+ 99
417
+ 7
418
+ 10
419
+ 7
420
+ 11
421
+ 65
422
+ 67
423
+ 49
424
+ 2
425
+ 0
426
+ 49
427
+ 3
428
+ 4
429
+ 15
430
+ 99
431
+ 7
432
+ 12
433
+ 7
434
+ 13
435
+ 65
436
+ 67
437
+ 49
438
+ 2
439
+ 0
440
+ 49
441
+ 3
442
+ 4
443
+ 11
444
+ I
445
+ 5
446
+ I
447
+ 0
448
+ I
449
+ 0
450
+ I
451
+ 0
452
+ n
453
+ p
454
+ 14
455
+ x
456
+ 14
457
+ attr_protected
458
+ M
459
+ 1
460
+ n
461
+ n
462
+ x
463
+ 14
464
+ attr_protected
465
+ i
466
+ 32
467
+ 5
468
+ 5
469
+ 49
470
+ 0
471
+ 0
472
+ 20
473
+ 0
474
+ 81
475
+ 1
476
+ 13
477
+ 18
478
+ 2
479
+ 47
480
+ 49
481
+ 2
482
+ 1
483
+ 15
484
+ 15
485
+ 5
486
+ 5
487
+ 49
488
+ 3
489
+ 0
490
+ 13
491
+ 18
492
+ 2
493
+ 47
494
+ 49
495
+ 4
496
+ 1
497
+ 15
498
+ 11
499
+ I
500
+ 4
501
+ I
502
+ 1
503
+ I
504
+ 0
505
+ I
506
+ 0
507
+ I
508
+ 0
509
+ p
510
+ 5
511
+ x
512
+ 20
513
+ protected_attributes
514
+ x
515
+ 1
516
+ +
517
+ x
518
+ 22
519
+ _protected_attributes=
520
+ x
521
+ 21
522
+ _protected_attributes
523
+ x
524
+ 19
525
+ _active_authorizer=
526
+ p
527
+ 11
528
+ I
529
+ -1
530
+ I
531
+ 57
532
+ I
533
+ 0
534
+ I
535
+ a0
536
+ I
537
+ 1
538
+ I
539
+ 58
540
+ I
541
+ 12
542
+ I
543
+ a0
544
+ I
545
+ 13
546
+ I
547
+ 59
548
+ I
549
+ 20
550
+ x
551
+ 93
552
+ /Users/santiago/WyeWorks/Projs/rails/activemodel/lib/active_model/mass_assignment_security.rb
553
+ p
554
+ 1
555
+ x
556
+ 5
557
+ names
558
+ x
559
+ 17
560
+ method_visibility
561
+ x
562
+ 15
563
+ add_defn_method
564
+ x
565
+ 15
566
+ attr_accessible
567
+ M
568
+ 1
569
+ n
570
+ n
571
+ x
572
+ 15
573
+ attr_accessible
574
+ i
575
+ 32
576
+ 5
577
+ 5
578
+ 49
579
+ 0
580
+ 0
581
+ 20
582
+ 0
583
+ 81
584
+ 1
585
+ 13
586
+ 18
587
+ 2
588
+ 47
589
+ 49
590
+ 2
591
+ 1
592
+ 15
593
+ 15
594
+ 5
595
+ 5
596
+ 49
597
+ 3
598
+ 0
599
+ 13
600
+ 18
601
+ 2
602
+ 47
603
+ 49
604
+ 4
605
+ 1
606
+ 15
607
+ 11
608
+ I
609
+ 4
610
+ I
611
+ 1
612
+ I
613
+ 0
614
+ I
615
+ 0
616
+ I
617
+ 0
618
+ p
619
+ 5
620
+ x
621
+ 21
622
+ accessible_attributes
623
+ x
624
+ 1
625
+ +
626
+ x
627
+ 23
628
+ _accessible_attributes=
629
+ x
630
+ 22
631
+ _accessible_attributes
632
+ x
633
+ 19
634
+ _active_authorizer=
635
+ p
636
+ 11
637
+ I
638
+ -1
639
+ I
640
+ 7e
641
+ I
642
+ 0
643
+ I
644
+ a0
645
+ I
646
+ 1
647
+ I
648
+ 7f
649
+ I
650
+ 12
651
+ I
652
+ a0
653
+ I
654
+ 13
655
+ I
656
+ 80
657
+ I
658
+ 20
659
+ x
660
+ 93
661
+ /Users/santiago/WyeWorks/Projs/rails/activemodel/lib/active_model/mass_assignment_security.rb
662
+ p
663
+ 1
664
+ x
665
+ 5
666
+ names
667
+ x
668
+ 20
669
+ protected_attributes
670
+ M
671
+ 1
672
+ n
673
+ n
674
+ x
675
+ 20
676
+ protected_attributes
677
+ i
678
+ 56
679
+ 5
680
+ 13
681
+ 49
682
+ 0
683
+ 0
684
+ 13
685
+ 10
686
+ 53
687
+ 15
688
+ 45
689
+ 1
690
+ 2
691
+ 13
692
+ 71
693
+ 3
694
+ 47
695
+ 9
696
+ 33
697
+ 47
698
+ 49
699
+ 4
700
+ 0
701
+ 13
702
+ 5
703
+ 48
704
+ 5
705
+ 47
706
+ 49
707
+ 6
708
+ 1
709
+ 15
710
+ 8
711
+ 39
712
+ 5
713
+ 48
714
+ 5
715
+ 49
716
+ 3
717
+ 1
718
+ 56
719
+ 7
720
+ 50
721
+ 8
722
+ 0
723
+ 13
724
+ 18
725
+ 2
726
+ 49
727
+ 9
728
+ 1
729
+ 15
730
+ 8
731
+ 55
732
+ 12
733
+ 15
734
+ 11
735
+ I
736
+ 4
737
+ I
738
+ 0
739
+ I
740
+ 0
741
+ I
742
+ 0
743
+ n
744
+ p
745
+ 10
746
+ x
747
+ 21
748
+ _protected_attributes
749
+ x
750
+ 9
751
+ BlackList
752
+ n
753
+ x
754
+ 3
755
+ new
756
+ x
757
+ 8
758
+ allocate
759
+ x
760
+ 31
761
+ attributes_protected_by_default
762
+ x
763
+ 10
764
+ initialize
765
+ M
766
+ 1
767
+ p
768
+ 2
769
+ x
770
+ 9
771
+ for_block
772
+ t
773
+ n
774
+ x
775
+ 20
776
+ protected_attributes
777
+ i
778
+ 29
779
+ 57
780
+ 19
781
+ 0
782
+ 15
783
+ 5
784
+ 7
785
+ 0
786
+ 49
787
+ 1
788
+ 1
789
+ 9
790
+ 27
791
+ 20
792
+ 0
793
+ 5
794
+ 49
795
+ 0
796
+ 0
797
+ 13
798
+ 18
799
+ 2
800
+ 49
801
+ 2
802
+ 1
803
+ 15
804
+ 8
805
+ 28
806
+ 1
807
+ 11
808
+ I
809
+ 5
810
+ I
811
+ 1
812
+ I
813
+ 1
814
+ I
815
+ 1
816
+ n
817
+ p
818
+ 3
819
+ x
820
+ 6
821
+ logger
822
+ x
823
+ 11
824
+ respond_to?
825
+ x
826
+ 7
827
+ logger=
828
+ p
829
+ 5
830
+ I
831
+ 0
832
+ I
833
+ 84
834
+ I
835
+ 4
836
+ I
837
+ 85
838
+ I
839
+ 1d
840
+ x
841
+ 93
842
+ /Users/santiago/WyeWorks/Projs/rails/activemodel/lib/active_model/mass_assignment_security.rb
843
+ p
844
+ 1
845
+ x
846
+ 1
847
+ w
848
+ x
849
+ 3
850
+ tap
851
+ x
852
+ 22
853
+ _protected_attributes=
854
+ p
855
+ 5
856
+ I
857
+ -1
858
+ I
859
+ 83
860
+ I
861
+ 0
862
+ I
863
+ 84
864
+ I
865
+ 38
866
+ x
867
+ 93
868
+ /Users/santiago/WyeWorks/Projs/rails/activemodel/lib/active_model/mass_assignment_security.rb
869
+ p
870
+ 0
871
+ x
872
+ 21
873
+ accessible_attributes
874
+ M
875
+ 1
876
+ n
877
+ n
878
+ x
879
+ 21
880
+ accessible_attributes
881
+ i
882
+ 50
883
+ 5
884
+ 13
885
+ 49
886
+ 0
887
+ 0
888
+ 13
889
+ 10
890
+ 47
891
+ 15
892
+ 45
893
+ 1
894
+ 2
895
+ 13
896
+ 71
897
+ 3
898
+ 47
899
+ 9
900
+ 30
901
+ 47
902
+ 49
903
+ 4
904
+ 0
905
+ 13
906
+ 47
907
+ 49
908
+ 5
909
+ 0
910
+ 15
911
+ 8
912
+ 33
913
+ 49
914
+ 3
915
+ 0
916
+ 56
917
+ 6
918
+ 50
919
+ 7
920
+ 0
921
+ 13
922
+ 18
923
+ 2
924
+ 49
925
+ 8
926
+ 1
927
+ 15
928
+ 8
929
+ 49
930
+ 12
931
+ 15
932
+ 11
933
+ I
934
+ 3
935
+ I
936
+ 0
937
+ I
938
+ 0
939
+ I
940
+ 0
941
+ n
942
+ p
943
+ 9
944
+ x
945
+ 22
946
+ _accessible_attributes
947
+ x
948
+ 9
949
+ WhiteList
950
+ n
951
+ x
952
+ 3
953
+ new
954
+ x
955
+ 8
956
+ allocate
957
+ x
958
+ 10
959
+ initialize
960
+ M
961
+ 1
962
+ p
963
+ 2
964
+ x
965
+ 9
966
+ for_block
967
+ t
968
+ n
969
+ x
970
+ 21
971
+ accessible_attributes
972
+ i
973
+ 29
974
+ 57
975
+ 19
976
+ 0
977
+ 15
978
+ 5
979
+ 7
980
+ 0
981
+ 49
982
+ 1
983
+ 1
984
+ 9
985
+ 27
986
+ 20
987
+ 0
988
+ 5
989
+ 49
990
+ 0
991
+ 0
992
+ 13
993
+ 18
994
+ 2
995
+ 49
996
+ 2
997
+ 1
998
+ 15
999
+ 8
1000
+ 28
1001
+ 1
1002
+ 11
1003
+ I
1004
+ 5
1005
+ I
1006
+ 1
1007
+ I
1008
+ 1
1009
+ I
1010
+ 1
1011
+ n
1012
+ p
1013
+ 3
1014
+ x
1015
+ 6
1016
+ logger
1017
+ x
1018
+ 11
1019
+ respond_to?
1020
+ x
1021
+ 7
1022
+ logger=
1023
+ p
1024
+ 3
1025
+ I
1026
+ 0
1027
+ I
1028
+ 8a
1029
+ I
1030
+ 1d
1031
+ x
1032
+ 93
1033
+ /Users/santiago/WyeWorks/Projs/rails/activemodel/lib/active_model/mass_assignment_security.rb
1034
+ p
1035
+ 1
1036
+ x
1037
+ 1
1038
+ w
1039
+ x
1040
+ 3
1041
+ tap
1042
+ x
1043
+ 23
1044
+ _accessible_attributes=
1045
+ p
1046
+ 5
1047
+ I
1048
+ -1
1049
+ I
1050
+ 89
1051
+ I
1052
+ 0
1053
+ I
1054
+ 8a
1055
+ I
1056
+ 32
1057
+ x
1058
+ 93
1059
+ /Users/santiago/WyeWorks/Projs/rails/activemodel/lib/active_model/mass_assignment_security.rb
1060
+ p
1061
+ 0
1062
+ x
1063
+ 17
1064
+ active_authorizer
1065
+ M
1066
+ 1
1067
+ n
1068
+ n
1069
+ x
1070
+ 17
1071
+ active_authorizer
1072
+ i
1073
+ 24
1074
+ 5
1075
+ 13
1076
+ 49
1077
+ 0
1078
+ 0
1079
+ 13
1080
+ 10
1081
+ 21
1082
+ 15
1083
+ 5
1084
+ 48
1085
+ 1
1086
+ 13
1087
+ 18
1088
+ 2
1089
+ 49
1090
+ 2
1091
+ 1
1092
+ 15
1093
+ 8
1094
+ 23
1095
+ 12
1096
+ 15
1097
+ 11
1098
+ I
1099
+ 3
1100
+ I
1101
+ 0
1102
+ I
1103
+ 0
1104
+ I
1105
+ 0
1106
+ n
1107
+ p
1108
+ 3
1109
+ x
1110
+ 18
1111
+ _active_authorizer
1112
+ x
1113
+ 20
1114
+ protected_attributes
1115
+ x
1116
+ 19
1117
+ _active_authorizer=
1118
+ p
1119
+ 5
1120
+ I
1121
+ -1
1122
+ I
1123
+ 8d
1124
+ I
1125
+ 0
1126
+ I
1127
+ 8e
1128
+ I
1129
+ 18
1130
+ x
1131
+ 93
1132
+ /Users/santiago/WyeWorks/Projs/rails/activemodel/lib/active_model/mass_assignment_security.rb
1133
+ p
1134
+ 0
1135
+ x
1136
+ 31
1137
+ attributes_protected_by_default
1138
+ M
1139
+ 1
1140
+ n
1141
+ n
1142
+ x
1143
+ 31
1144
+ attributes_protected_by_default
1145
+ i
1146
+ 3
1147
+ 35
1148
+ 0
1149
+ 11
1150
+ I
1151
+ 1
1152
+ I
1153
+ 0
1154
+ I
1155
+ 0
1156
+ I
1157
+ 0
1158
+ n
1159
+ p
1160
+ 0
1161
+ p
1162
+ 5
1163
+ I
1164
+ -1
1165
+ I
1166
+ 91
1167
+ I
1168
+ 0
1169
+ I
1170
+ 92
1171
+ I
1172
+ 3
1173
+ x
1174
+ 93
1175
+ /Users/santiago/WyeWorks/Projs/rails/activemodel/lib/active_model/mass_assignment_security.rb
1176
+ p
1177
+ 0
1178
+ p
1179
+ 13
1180
+ I
1181
+ 2
1182
+ I
1183
+ 57
1184
+ I
1185
+ 10
1186
+ I
1187
+ 7e
1188
+ I
1189
+ 1e
1190
+ I
1191
+ 83
1192
+ I
1193
+ 2c
1194
+ I
1195
+ 89
1196
+ I
1197
+ 3a
1198
+ I
1199
+ 8d
1200
+ I
1201
+ 48
1202
+ I
1203
+ 91
1204
+ I
1205
+ 56
1206
+ x
1207
+ 93
1208
+ /Users/santiago/WyeWorks/Projs/rails/activemodel/lib/active_model/mass_assignment_security.rb
1209
+ p
1210
+ 0
1211
+ x
1212
+ 13
1213
+ attach_method
1214
+ x
1215
+ 9
1216
+ protected
1217
+ x
1218
+ 28
1219
+ sanitize_for_mass_assignment
1220
+ M
1221
+ 1
1222
+ n
1223
+ n
1224
+ x
1225
+ 28
1226
+ sanitize_for_mass_assignment
1227
+ i
1228
+ 9
1229
+ 5
1230
+ 48
1231
+ 0
1232
+ 20
1233
+ 0
1234
+ 49
1235
+ 1
1236
+ 1
1237
+ 11
1238
+ I
1239
+ 3
1240
+ I
1241
+ 1
1242
+ I
1243
+ 1
1244
+ I
1245
+ 1
1246
+ n
1247
+ p
1248
+ 2
1249
+ x
1250
+ 26
1251
+ mass_assignment_authorizer
1252
+ x
1253
+ 8
1254
+ sanitize
1255
+ p
1256
+ 5
1257
+ I
1258
+ -1
1259
+ I
1260
+ 98
1261
+ I
1262
+ 0
1263
+ I
1264
+ 99
1265
+ I
1266
+ 9
1267
+ x
1268
+ 93
1269
+ /Users/santiago/WyeWorks/Projs/rails/activemodel/lib/active_model/mass_assignment_security.rb
1270
+ p
1271
+ 1
1272
+ x
1273
+ 10
1274
+ attributes
1275
+ x
1276
+ 17
1277
+ method_visibility
1278
+ x
1279
+ 15
1280
+ add_defn_method
1281
+ x
1282
+ 26
1283
+ mass_assignment_authorizer
1284
+ M
1285
+ 1
1286
+ n
1287
+ n
1288
+ x
1289
+ 26
1290
+ mass_assignment_authorizer
1291
+ i
1292
+ 8
1293
+ 5
1294
+ 49
1295
+ 0
1296
+ 0
1297
+ 49
1298
+ 1
1299
+ 0
1300
+ 11
1301
+ I
1302
+ 1
1303
+ I
1304
+ 0
1305
+ I
1306
+ 0
1307
+ I
1308
+ 0
1309
+ n
1310
+ p
1311
+ 2
1312
+ x
1313
+ 5
1314
+ class
1315
+ x
1316
+ 17
1317
+ active_authorizer
1318
+ p
1319
+ 5
1320
+ I
1321
+ -1
1322
+ I
1323
+ 9c
1324
+ I
1325
+ 0
1326
+ I
1327
+ 9d
1328
+ I
1329
+ 8
1330
+ x
1331
+ 93
1332
+ /Users/santiago/WyeWorks/Projs/rails/activemodel/lib/active_model/mass_assignment_security.rb
1333
+ p
1334
+ 0
1335
+ p
1336
+ 13
1337
+ I
1338
+ 2
1339
+ I
1340
+ 7
1341
+ I
1342
+ d
1343
+ I
1344
+ 9
1345
+ I
1346
+ 15
1347
+ I
1348
+ 32
1349
+ I
1350
+ 2f
1351
+ I
1352
+ 96
1353
+ I
1354
+ 33
1355
+ I
1356
+ 98
1357
+ I
1358
+ 41
1359
+ I
1360
+ 9c
1361
+ I
1362
+ 4f
1363
+ x
1364
+ 93
1365
+ /Users/santiago/WyeWorks/Projs/rails/activemodel/lib/active_model/mass_assignment_security.rb
1366
+ p
1367
+ 0
1368
+ x
1369
+ 13
1370
+ attach_method
1371
+ p
1372
+ 3
1373
+ I
1374
+ 2
1375
+ I
1376
+ 6
1377
+ I
1378
+ 1c
1379
+ x
1380
+ 93
1381
+ /Users/santiago/WyeWorks/Projs/rails/activemodel/lib/active_model/mass_assignment_security.rb
1382
+ p
1383
+ 0
1384
+ x
1385
+ 13
1386
+ attach_method
1387
+ p
1388
+ 7
1389
+ I
1390
+ 0
1391
+ I
1392
+ 1
1393
+ I
1394
+ 9
1395
+ I
1396
+ 2
1397
+ I
1398
+ 12
1399
+ I
1400
+ 4
1401
+ I
1402
+ 2e
1403
+ x
1404
+ 93
1405
+ /Users/santiago/WyeWorks/Projs/rails/activemodel/lib/active_model/mass_assignment_security.rb
1406
+ p
1407
+ 0