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,3944 @@
1
+ !RBIX
2
+ 12079494195756429234
3
+ x
4
+ M
5
+ 1
6
+ n
7
+ n
8
+ x
9
+ 10
10
+ __script__
11
+ i
12
+ 82
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
+ 5
32
+ 7
33
+ 3
34
+ 64
35
+ 47
36
+ 49
37
+ 1
38
+ 1
39
+ 15
40
+ 5
41
+ 7
42
+ 4
43
+ 64
44
+ 47
45
+ 49
46
+ 1
47
+ 1
48
+ 15
49
+ 5
50
+ 7
51
+ 5
52
+ 64
53
+ 47
54
+ 49
55
+ 1
56
+ 1
57
+ 15
58
+ 5
59
+ 7
60
+ 6
61
+ 64
62
+ 47
63
+ 49
64
+ 1
65
+ 1
66
+ 15
67
+ 99
68
+ 7
69
+ 7
70
+ 65
71
+ 49
72
+ 8
73
+ 2
74
+ 13
75
+ 99
76
+ 12
77
+ 7
78
+ 9
79
+ 12
80
+ 7
81
+ 10
82
+ 12
83
+ 65
84
+ 12
85
+ 49
86
+ 11
87
+ 4
88
+ 15
89
+ 49
90
+ 9
91
+ 0
92
+ 15
93
+ 2
94
+ 11
95
+ I
96
+ 6
97
+ I
98
+ 0
99
+ I
100
+ 0
101
+ I
102
+ 0
103
+ n
104
+ p
105
+ 12
106
+ s
107
+ 34
108
+ active_support/core_ext/array/wrap
109
+ x
110
+ 7
111
+ require
112
+ s
113
+ 41
114
+ active_support/core_ext/array/conversions
115
+ s
116
+ 42
117
+ active_support/core_ext/string/inflections
118
+ s
119
+ 36
120
+ active_support/core_ext/object/blank
121
+ s
122
+ 42
123
+ active_support/core_ext/hash/reverse_merge
124
+ s
125
+ 27
126
+ active_support/ordered_hash
127
+ x
128
+ 11
129
+ ActiveModel
130
+ x
131
+ 11
132
+ open_module
133
+ x
134
+ 15
135
+ __module_init__
136
+ M
137
+ 1
138
+ n
139
+ n
140
+ x
141
+ 11
142
+ ActiveModel
143
+ i
144
+ 33
145
+ 5
146
+ 66
147
+ 99
148
+ 7
149
+ 0
150
+ 45
151
+ 1
152
+ 2
153
+ 43
154
+ 3
155
+ 65
156
+ 49
157
+ 4
158
+ 3
159
+ 13
160
+ 99
161
+ 12
162
+ 7
163
+ 5
164
+ 12
165
+ 7
166
+ 6
167
+ 12
168
+ 65
169
+ 12
170
+ 49
171
+ 7
172
+ 4
173
+ 15
174
+ 49
175
+ 5
176
+ 0
177
+ 11
178
+ I
179
+ 6
180
+ I
181
+ 0
182
+ I
183
+ 0
184
+ I
185
+ 0
186
+ n
187
+ p
188
+ 8
189
+ x
190
+ 6
191
+ Errors
192
+ x
193
+ 13
194
+ ActiveSupport
195
+ n
196
+ x
197
+ 11
198
+ OrderedHash
199
+ x
200
+ 10
201
+ open_class
202
+ x
203
+ 14
204
+ __class_init__
205
+ M
206
+ 1
207
+ n
208
+ n
209
+ x
210
+ 6
211
+ Errors
212
+ i
213
+ 284
214
+ 5
215
+ 66
216
+ 5
217
+ 45
218
+ 0
219
+ 1
220
+ 47
221
+ 49
222
+ 2
223
+ 1
224
+ 15
225
+ 65
226
+ 7
227
+ 3
228
+ 7
229
+ 4
230
+ 7
231
+ 5
232
+ 7
233
+ 6
234
+ 7
235
+ 7
236
+ 7
237
+ 8
238
+ 35
239
+ 5
240
+ 49
241
+ 9
242
+ 2
243
+ 15
244
+ 99
245
+ 7
246
+ 10
247
+ 7
248
+ 11
249
+ 65
250
+ 67
251
+ 49
252
+ 12
253
+ 0
254
+ 49
255
+ 13
256
+ 4
257
+ 15
258
+ 5
259
+ 7
260
+ 14
261
+ 7
262
+ 15
263
+ 47
264
+ 49
265
+ 16
266
+ 2
267
+ 15
268
+ 5
269
+ 7
270
+ 17
271
+ 7
272
+ 18
273
+ 47
274
+ 49
275
+ 16
276
+ 2
277
+ 15
278
+ 99
279
+ 7
280
+ 15
281
+ 7
282
+ 19
283
+ 65
284
+ 67
285
+ 49
286
+ 12
287
+ 0
288
+ 49
289
+ 13
290
+ 4
291
+ 15
292
+ 99
293
+ 7
294
+ 18
295
+ 7
296
+ 20
297
+ 65
298
+ 67
299
+ 49
300
+ 12
301
+ 0
302
+ 49
303
+ 13
304
+ 4
305
+ 15
306
+ 99
307
+ 7
308
+ 21
309
+ 7
310
+ 22
311
+ 65
312
+ 67
313
+ 49
314
+ 12
315
+ 0
316
+ 49
317
+ 13
318
+ 4
319
+ 15
320
+ 99
321
+ 7
322
+ 23
323
+ 7
324
+ 24
325
+ 65
326
+ 67
327
+ 49
328
+ 12
329
+ 0
330
+ 49
331
+ 13
332
+ 4
333
+ 15
334
+ 99
335
+ 7
336
+ 25
337
+ 7
338
+ 26
339
+ 65
340
+ 67
341
+ 49
342
+ 12
343
+ 0
344
+ 49
345
+ 13
346
+ 4
347
+ 15
348
+ 99
349
+ 7
350
+ 27
351
+ 7
352
+ 28
353
+ 65
354
+ 67
355
+ 49
356
+ 12
357
+ 0
358
+ 49
359
+ 13
360
+ 4
361
+ 15
362
+ 99
363
+ 7
364
+ 29
365
+ 7
366
+ 30
367
+ 65
368
+ 67
369
+ 49
370
+ 12
371
+ 0
372
+ 49
373
+ 13
374
+ 4
375
+ 15
376
+ 5
377
+ 7
378
+ 31
379
+ 7
380
+ 29
381
+ 47
382
+ 49
383
+ 16
384
+ 2
385
+ 15
386
+ 99
387
+ 7
388
+ 32
389
+ 7
390
+ 33
391
+ 65
392
+ 67
393
+ 49
394
+ 12
395
+ 0
396
+ 49
397
+ 13
398
+ 4
399
+ 15
400
+ 99
401
+ 7
402
+ 34
403
+ 7
404
+ 35
405
+ 65
406
+ 67
407
+ 49
408
+ 12
409
+ 0
410
+ 49
411
+ 13
412
+ 4
413
+ 15
414
+ 99
415
+ 7
416
+ 36
417
+ 7
418
+ 37
419
+ 65
420
+ 67
421
+ 49
422
+ 12
423
+ 0
424
+ 49
425
+ 13
426
+ 4
427
+ 15
428
+ 99
429
+ 7
430
+ 38
431
+ 7
432
+ 39
433
+ 65
434
+ 67
435
+ 49
436
+ 12
437
+ 0
438
+ 49
439
+ 13
440
+ 4
441
+ 15
442
+ 99
443
+ 7
444
+ 40
445
+ 7
446
+ 41
447
+ 65
448
+ 67
449
+ 49
450
+ 12
451
+ 0
452
+ 49
453
+ 13
454
+ 4
455
+ 15
456
+ 99
457
+ 7
458
+ 42
459
+ 7
460
+ 43
461
+ 65
462
+ 67
463
+ 49
464
+ 12
465
+ 0
466
+ 49
467
+ 13
468
+ 4
469
+ 15
470
+ 99
471
+ 7
472
+ 44
473
+ 7
474
+ 45
475
+ 65
476
+ 67
477
+ 49
478
+ 12
479
+ 0
480
+ 49
481
+ 13
482
+ 4
483
+ 15
484
+ 99
485
+ 7
486
+ 46
487
+ 7
488
+ 47
489
+ 65
490
+ 67
491
+ 49
492
+ 12
493
+ 0
494
+ 49
495
+ 13
496
+ 4
497
+ 11
498
+ I
499
+ 7
500
+ I
501
+ 0
502
+ I
503
+ 0
504
+ I
505
+ 0
506
+ n
507
+ p
508
+ 48
509
+ x
510
+ 22
511
+ DeprecatedErrorMethods
512
+ n
513
+ x
514
+ 7
515
+ include
516
+ x
517
+ 17
518
+ CALLBACKS_OPTIONS
519
+ x
520
+ 2
521
+ if
522
+ x
523
+ 6
524
+ unless
525
+ x
526
+ 2
527
+ on
528
+ x
529
+ 9
530
+ allow_nil
531
+ x
532
+ 11
533
+ allow_blank
534
+ x
535
+ 9
536
+ const_set
537
+ x
538
+ 10
539
+ initialize
540
+ M
541
+ 1
542
+ n
543
+ n
544
+ x
545
+ 10
546
+ initialize
547
+ i
548
+ 10
549
+ 20
550
+ 0
551
+ 38
552
+ 0
553
+ 15
554
+ 54
555
+ 52
556
+ 1
557
+ 0
558
+ 11
559
+ I
560
+ 2
561
+ I
562
+ 1
563
+ I
564
+ 1
565
+ I
566
+ 1
567
+ n
568
+ p
569
+ 2
570
+ x
571
+ 5
572
+ @base
573
+ x
574
+ 10
575
+ initialize
576
+ p
577
+ 7
578
+ I
579
+ -1
580
+ I
581
+ 4b
582
+ I
583
+ 0
584
+ I
585
+ 4c
586
+ I
587
+ 5
588
+ I
589
+ 4d
590
+ I
591
+ a
592
+ x
593
+ 75
594
+ /Users/santiago/WyeWorks/Projs/rails/activemodel/lib/active_model/errors.rb
595
+ p
596
+ 1
597
+ x
598
+ 4
599
+ base
600
+ x
601
+ 17
602
+ method_visibility
603
+ x
604
+ 15
605
+ add_defn_method
606
+ x
607
+ 3
608
+ get
609
+ x
610
+ 2
611
+ []
612
+ x
613
+ 12
614
+ alias_method
615
+ x
616
+ 3
617
+ set
618
+ x
619
+ 3
620
+ []=
621
+ M
622
+ 1
623
+ n
624
+ n
625
+ x
626
+ 2
627
+ []
628
+ i
629
+ 27
630
+ 5
631
+ 20
632
+ 0
633
+ 49
634
+ 0
635
+ 0
636
+ 47
637
+ 49
638
+ 1
639
+ 1
640
+ 13
641
+ 10
642
+ 26
643
+ 15
644
+ 5
645
+ 20
646
+ 0
647
+ 49
648
+ 0
649
+ 0
650
+ 35
651
+ 0
652
+ 47
653
+ 49
654
+ 2
655
+ 2
656
+ 11
657
+ I
658
+ 4
659
+ I
660
+ 1
661
+ I
662
+ 1
663
+ I
664
+ 1
665
+ n
666
+ p
667
+ 3
668
+ x
669
+ 6
670
+ to_sym
671
+ x
672
+ 3
673
+ get
674
+ x
675
+ 3
676
+ set
677
+ p
678
+ 5
679
+ I
680
+ -1
681
+ I
682
+ 58
683
+ I
684
+ 0
685
+ I
686
+ 59
687
+ I
688
+ 1b
689
+ x
690
+ 75
691
+ /Users/santiago/WyeWorks/Projs/rails/activemodel/lib/active_model/errors.rb
692
+ p
693
+ 1
694
+ x
695
+ 9
696
+ attribute
697
+ M
698
+ 1
699
+ n
700
+ n
701
+ x
702
+ 3
703
+ []=
704
+ i
705
+ 16
706
+ 5
707
+ 20
708
+ 0
709
+ 49
710
+ 0
711
+ 0
712
+ 47
713
+ 49
714
+ 1
715
+ 1
716
+ 20
717
+ 1
718
+ 49
719
+ 2
720
+ 1
721
+ 11
722
+ I
723
+ 4
724
+ I
725
+ 2
726
+ I
727
+ 2
728
+ I
729
+ 2
730
+ n
731
+ p
732
+ 3
733
+ x
734
+ 6
735
+ to_sym
736
+ x
737
+ 2
738
+ []
739
+ x
740
+ 2
741
+ <<
742
+ p
743
+ 5
744
+ I
745
+ -1
746
+ I
747
+ 60
748
+ I
749
+ 0
750
+ I
751
+ 61
752
+ I
753
+ 10
754
+ x
755
+ 75
756
+ /Users/santiago/WyeWorks/Projs/rails/activemodel/lib/active_model/errors.rb
757
+ p
758
+ 2
759
+ x
760
+ 9
761
+ attribute
762
+ x
763
+ 5
764
+ error
765
+ x
766
+ 4
767
+ each
768
+ M
769
+ 1
770
+ n
771
+ n
772
+ x
773
+ 4
774
+ each
775
+ i
776
+ 8
777
+ 5
778
+ 56
779
+ 0
780
+ 47
781
+ 50
782
+ 1
783
+ 0
784
+ 11
785
+ I
786
+ 2
787
+ I
788
+ 0
789
+ I
790
+ 0
791
+ I
792
+ 0
793
+ n
794
+ p
795
+ 2
796
+ M
797
+ 1
798
+ p
799
+ 2
800
+ x
801
+ 9
802
+ for_block
803
+ t
804
+ n
805
+ x
806
+ 4
807
+ each
808
+ i
809
+ 17
810
+ 57
811
+ 19
812
+ 0
813
+ 15
814
+ 5
815
+ 20
816
+ 0
817
+ 47
818
+ 49
819
+ 0
820
+ 1
821
+ 56
822
+ 1
823
+ 50
824
+ 2
825
+ 0
826
+ 11
827
+ I
828
+ 4
829
+ I
830
+ 1
831
+ I
832
+ 1
833
+ I
834
+ 1
835
+ n
836
+ p
837
+ 3
838
+ x
839
+ 2
840
+ []
841
+ M
842
+ 1
843
+ p
844
+ 2
845
+ x
846
+ 9
847
+ for_block
848
+ t
849
+ n
850
+ x
851
+ 4
852
+ each
853
+ i
854
+ 12
855
+ 57
856
+ 19
857
+ 0
858
+ 15
859
+ 21
860
+ 1
861
+ 0
862
+ 20
863
+ 0
864
+ 60
865
+ 2
866
+ 11
867
+ I
868
+ 4
869
+ I
870
+ 1
871
+ I
872
+ 1
873
+ I
874
+ 1
875
+ n
876
+ p
877
+ 0
878
+ p
879
+ 3
880
+ I
881
+ 0
882
+ I
883
+ 74
884
+ I
885
+ c
886
+ x
887
+ 75
888
+ /Users/santiago/WyeWorks/Projs/rails/activemodel/lib/active_model/errors.rb
889
+ p
890
+ 1
891
+ x
892
+ 5
893
+ error
894
+ x
895
+ 4
896
+ each
897
+ p
898
+ 5
899
+ I
900
+ 0
901
+ I
902
+ 73
903
+ I
904
+ 4
905
+ I
906
+ 74
907
+ I
908
+ 11
909
+ x
910
+ 75
911
+ /Users/santiago/WyeWorks/Projs/rails/activemodel/lib/active_model/errors.rb
912
+ p
913
+ 1
914
+ x
915
+ 9
916
+ attribute
917
+ x
918
+ 8
919
+ each_key
920
+ p
921
+ 5
922
+ I
923
+ -1
924
+ I
925
+ 72
926
+ I
927
+ 0
928
+ I
929
+ 73
930
+ I
931
+ 8
932
+ x
933
+ 75
934
+ /Users/santiago/WyeWorks/Projs/rails/activemodel/lib/active_model/errors.rb
935
+ p
936
+ 0
937
+ x
938
+ 4
939
+ size
940
+ M
941
+ 1
942
+ n
943
+ n
944
+ x
945
+ 4
946
+ size
947
+ i
948
+ 10
949
+ 5
950
+ 48
951
+ 0
952
+ 49
953
+ 1
954
+ 0
955
+ 49
956
+ 2
957
+ 0
958
+ 11
959
+ I
960
+ 1
961
+ I
962
+ 0
963
+ I
964
+ 0
965
+ I
966
+ 0
967
+ n
968
+ p
969
+ 3
970
+ x
971
+ 6
972
+ values
973
+ x
974
+ 7
975
+ flatten
976
+ x
977
+ 4
978
+ size
979
+ p
980
+ 5
981
+ I
982
+ -1
983
+ I
984
+ 7e
985
+ I
986
+ 0
987
+ I
988
+ 7f
989
+ I
990
+ a
991
+ x
992
+ 75
993
+ /Users/santiago/WyeWorks/Projs/rails/activemodel/lib/active_model/errors.rb
994
+ p
995
+ 0
996
+ x
997
+ 4
998
+ to_a
999
+ M
1000
+ 1
1001
+ n
1002
+ n
1003
+ x
1004
+ 4
1005
+ to_a
1006
+ i
1007
+ 4
1008
+ 5
1009
+ 48
1010
+ 0
1011
+ 11
1012
+ I
1013
+ 1
1014
+ I
1015
+ 0
1016
+ I
1017
+ 0
1018
+ I
1019
+ 0
1020
+ n
1021
+ p
1022
+ 1
1023
+ x
1024
+ 13
1025
+ full_messages
1026
+ p
1027
+ 5
1028
+ I
1029
+ -1
1030
+ I
1031
+ 87
1032
+ I
1033
+ 0
1034
+ I
1035
+ 88
1036
+ I
1037
+ 4
1038
+ x
1039
+ 75
1040
+ /Users/santiago/WyeWorks/Projs/rails/activemodel/lib/active_model/errors.rb
1041
+ p
1042
+ 0
1043
+ x
1044
+ 5
1045
+ count
1046
+ M
1047
+ 1
1048
+ n
1049
+ n
1050
+ x
1051
+ 5
1052
+ count
1053
+ i
1054
+ 7
1055
+ 5
1056
+ 48
1057
+ 0
1058
+ 49
1059
+ 1
1060
+ 0
1061
+ 11
1062
+ I
1063
+ 1
1064
+ I
1065
+ 0
1066
+ I
1067
+ 0
1068
+ I
1069
+ 0
1070
+ n
1071
+ p
1072
+ 2
1073
+ x
1074
+ 4
1075
+ to_a
1076
+ x
1077
+ 4
1078
+ size
1079
+ p
1080
+ 5
1081
+ I
1082
+ -1
1083
+ I
1084
+ 90
1085
+ I
1086
+ 0
1087
+ I
1088
+ 91
1089
+ I
1090
+ 7
1091
+ x
1092
+ 75
1093
+ /Users/santiago/WyeWorks/Projs/rails/activemodel/lib/active_model/errors.rb
1094
+ p
1095
+ 0
1096
+ x
1097
+ 6
1098
+ empty?
1099
+ M
1100
+ 1
1101
+ n
1102
+ n
1103
+ x
1104
+ 6
1105
+ empty?
1106
+ i
1107
+ 8
1108
+ 5
1109
+ 56
1110
+ 0
1111
+ 47
1112
+ 50
1113
+ 1
1114
+ 0
1115
+ 11
1116
+ I
1117
+ 2
1118
+ I
1119
+ 0
1120
+ I
1121
+ 0
1122
+ I
1123
+ 0
1124
+ n
1125
+ p
1126
+ 2
1127
+ M
1128
+ 1
1129
+ p
1130
+ 2
1131
+ x
1132
+ 9
1133
+ for_block
1134
+ t
1135
+ n
1136
+ x
1137
+ 6
1138
+ empty?
1139
+ i
1140
+ 22
1141
+ 58
1142
+ 37
1143
+ 19
1144
+ 0
1145
+ 15
1146
+ 37
1147
+ 19
1148
+ 1
1149
+ 15
1150
+ 15
1151
+ 20
1152
+ 1
1153
+ 13
1154
+ 9
1155
+ 21
1156
+ 15
1157
+ 20
1158
+ 1
1159
+ 49
1160
+ 0
1161
+ 0
1162
+ 11
1163
+ I
1164
+ 5
1165
+ I
1166
+ 2
1167
+ I
1168
+ 2
1169
+ I
1170
+ 2
1171
+ n
1172
+ p
1173
+ 1
1174
+ x
1175
+ 6
1176
+ empty?
1177
+ p
1178
+ 3
1179
+ I
1180
+ 0
1181
+ I
1182
+ 96
1183
+ I
1184
+ 16
1185
+ x
1186
+ 75
1187
+ /Users/santiago/WyeWorks/Projs/rails/activemodel/lib/active_model/errors.rb
1188
+ p
1189
+ 2
1190
+ x
1191
+ 1
1192
+ k
1193
+ x
1194
+ 1
1195
+ v
1196
+ x
1197
+ 4
1198
+ all?
1199
+ p
1200
+ 5
1201
+ I
1202
+ -1
1203
+ I
1204
+ 95
1205
+ I
1206
+ 0
1207
+ I
1208
+ 96
1209
+ I
1210
+ 8
1211
+ x
1212
+ 75
1213
+ /Users/santiago/WyeWorks/Projs/rails/activemodel/lib/active_model/errors.rb
1214
+ p
1215
+ 0
1216
+ x
1217
+ 6
1218
+ blank?
1219
+ x
1220
+ 6
1221
+ to_xml
1222
+ M
1223
+ 1
1224
+ n
1225
+ n
1226
+ x
1227
+ 6
1228
+ to_xml
1229
+ i
1230
+ 51
1231
+ 23
1232
+ 0
1233
+ 10
1234
+ 14
1235
+ 44
1236
+ 43
1237
+ 0
1238
+ 78
1239
+ 49
1240
+ 1
1241
+ 1
1242
+ 19
1243
+ 0
1244
+ 15
1245
+ 5
1246
+ 48
1247
+ 2
1248
+ 20
1249
+ 0
1250
+ 44
1251
+ 43
1252
+ 0
1253
+ 80
1254
+ 49
1255
+ 1
1256
+ 1
1257
+ 13
1258
+ 7
1259
+ 3
1260
+ 7
1261
+ 4
1262
+ 64
1263
+ 49
1264
+ 5
1265
+ 2
1266
+ 15
1267
+ 13
1268
+ 7
1269
+ 6
1270
+ 2
1271
+ 49
1272
+ 5
1273
+ 2
1274
+ 15
1275
+ 49
1276
+ 7
1277
+ 1
1278
+ 49
1279
+ 8
1280
+ 1
1281
+ 11
1282
+ I
1283
+ 7
1284
+ I
1285
+ 1
1286
+ I
1287
+ 0
1288
+ I
1289
+ 1
1290
+ n
1291
+ p
1292
+ 9
1293
+ x
1294
+ 4
1295
+ Hash
1296
+ x
1297
+ 16
1298
+ new_from_literal
1299
+ x
1300
+ 4
1301
+ to_a
1302
+ x
1303
+ 4
1304
+ root
1305
+ s
1306
+ 6
1307
+ errors
1308
+ x
1309
+ 3
1310
+ []=
1311
+ x
1312
+ 10
1313
+ skip_types
1314
+ x
1315
+ 13
1316
+ reverse_merge
1317
+ x
1318
+ 6
1319
+ to_xml
1320
+ p
1321
+ 5
1322
+ I
1323
+ -1
1324
+ I
1325
+ a4
1326
+ I
1327
+ e
1328
+ I
1329
+ a5
1330
+ I
1331
+ 33
1332
+ x
1333
+ 75
1334
+ /Users/santiago/WyeWorks/Projs/rails/activemodel/lib/active_model/errors.rb
1335
+ p
1336
+ 1
1337
+ x
1338
+ 7
1339
+ options
1340
+ x
1341
+ 7
1342
+ as_json
1343
+ M
1344
+ 1
1345
+ n
1346
+ n
1347
+ x
1348
+ 7
1349
+ as_json
1350
+ i
1351
+ 12
1352
+ 23
1353
+ 0
1354
+ 10
1355
+ 8
1356
+ 1
1357
+ 19
1358
+ 0
1359
+ 15
1360
+ 5
1361
+ 48
1362
+ 0
1363
+ 11
1364
+ I
1365
+ 2
1366
+ I
1367
+ 1
1368
+ I
1369
+ 0
1370
+ I
1371
+ 1
1372
+ n
1373
+ p
1374
+ 1
1375
+ x
1376
+ 7
1377
+ to_hash
1378
+ p
1379
+ 5
1380
+ I
1381
+ -1
1382
+ I
1383
+ a9
1384
+ I
1385
+ 8
1386
+ I
1387
+ aa
1388
+ I
1389
+ c
1390
+ x
1391
+ 75
1392
+ /Users/santiago/WyeWorks/Projs/rails/activemodel/lib/active_model/errors.rb
1393
+ p
1394
+ 1
1395
+ x
1396
+ 7
1397
+ options
1398
+ x
1399
+ 7
1400
+ to_hash
1401
+ M
1402
+ 1
1403
+ n
1404
+ n
1405
+ x
1406
+ 7
1407
+ to_hash
1408
+ i
1409
+ 40
1410
+ 45
1411
+ 0
1412
+ 1
1413
+ 43
1414
+ 2
1415
+ 13
1416
+ 71
1417
+ 3
1418
+ 47
1419
+ 9
1420
+ 23
1421
+ 47
1422
+ 49
1423
+ 4
1424
+ 0
1425
+ 13
1426
+ 47
1427
+ 49
1428
+ 5
1429
+ 0
1430
+ 15
1431
+ 8
1432
+ 26
1433
+ 49
1434
+ 3
1435
+ 0
1436
+ 19
1437
+ 0
1438
+ 15
1439
+ 5
1440
+ 56
1441
+ 6
1442
+ 47
1443
+ 50
1444
+ 7
1445
+ 0
1446
+ 15
1447
+ 20
1448
+ 0
1449
+ 11
1450
+ I
1451
+ 3
1452
+ I
1453
+ 1
1454
+ I
1455
+ 0
1456
+ I
1457
+ 0
1458
+ n
1459
+ p
1460
+ 8
1461
+ x
1462
+ 13
1463
+ ActiveSupport
1464
+ n
1465
+ x
1466
+ 11
1467
+ OrderedHash
1468
+ x
1469
+ 3
1470
+ new
1471
+ x
1472
+ 8
1473
+ allocate
1474
+ x
1475
+ 10
1476
+ initialize
1477
+ M
1478
+ 1
1479
+ p
1480
+ 2
1481
+ x
1482
+ 9
1483
+ for_block
1484
+ t
1485
+ n
1486
+ x
1487
+ 7
1488
+ to_hash
1489
+ i
1490
+ 45
1491
+ 58
1492
+ 37
1493
+ 19
1494
+ 0
1495
+ 15
1496
+ 37
1497
+ 19
1498
+ 1
1499
+ 15
1500
+ 15
1501
+ 21
1502
+ 1
1503
+ 0
1504
+ 20
1505
+ 0
1506
+ 14
1507
+ 2
1508
+ 49
1509
+ 0
1510
+ 1
1511
+ 13
1512
+ 10
1513
+ 35
1514
+ 15
1515
+ 35
1516
+ 0
1517
+ 13
1518
+ 18
1519
+ 3
1520
+ 49
1521
+ 1
1522
+ 2
1523
+ 15
1524
+ 8
1525
+ 39
1526
+ 18
1527
+ 2
1528
+ 16
1529
+ 2
1530
+ 20
1531
+ 1
1532
+ 49
1533
+ 2
1534
+ 1
1535
+ 11
1536
+ I
1537
+ 7
1538
+ I
1539
+ 2
1540
+ I
1541
+ 2
1542
+ I
1543
+ 2
1544
+ n
1545
+ p
1546
+ 3
1547
+ x
1548
+ 2
1549
+ []
1550
+ x
1551
+ 3
1552
+ []=
1553
+ x
1554
+ 2
1555
+ <<
1556
+ p
1557
+ 3
1558
+ I
1559
+ 0
1560
+ I
1561
+ af
1562
+ I
1563
+ 2d
1564
+ x
1565
+ 75
1566
+ /Users/santiago/WyeWorks/Projs/rails/activemodel/lib/active_model/errors.rb
1567
+ p
1568
+ 2
1569
+ x
1570
+ 1
1571
+ k
1572
+ x
1573
+ 1
1574
+ v
1575
+ x
1576
+ 4
1577
+ each
1578
+ p
1579
+ 9
1580
+ I
1581
+ -1
1582
+ I
1583
+ ad
1584
+ I
1585
+ 0
1586
+ I
1587
+ ae
1588
+ I
1589
+ 1d
1590
+ I
1591
+ af
1592
+ I
1593
+ 25
1594
+ I
1595
+ b0
1596
+ I
1597
+ 28
1598
+ x
1599
+ 75
1600
+ /Users/santiago/WyeWorks/Projs/rails/activemodel/lib/active_model/errors.rb
1601
+ p
1602
+ 1
1603
+ x
1604
+ 4
1605
+ hash
1606
+ x
1607
+ 3
1608
+ add
1609
+ M
1610
+ 1
1611
+ n
1612
+ n
1613
+ x
1614
+ 3
1615
+ add
1616
+ i
1617
+ 100
1618
+ 23
1619
+ 1
1620
+ 10
1621
+ 8
1622
+ 1
1623
+ 19
1624
+ 1
1625
+ 15
1626
+ 23
1627
+ 2
1628
+ 10
1629
+ 22
1630
+ 44
1631
+ 43
1632
+ 0
1633
+ 78
1634
+ 49
1635
+ 1
1636
+ 1
1637
+ 19
1638
+ 2
1639
+ 15
1640
+ 20
1641
+ 1
1642
+ 13
1643
+ 10
1644
+ 32
1645
+ 15
1646
+ 7
1647
+ 2
1648
+ 19
1649
+ 1
1650
+ 15
1651
+ 20
1652
+ 1
1653
+ 45
1654
+ 3
1655
+ 4
1656
+ 49
1657
+ 5
1658
+ 1
1659
+ 9
1660
+ 66
1661
+ 5
1662
+ 20
1663
+ 0
1664
+ 20
1665
+ 1
1666
+ 20
1667
+ 2
1668
+ 45
1669
+ 6
1670
+ 7
1671
+ 36
1672
+ 1
1673
+ 51
1674
+ 8
1675
+ 0
1676
+ 47
1677
+ 49
1678
+ 9
1679
+ 3
1680
+ 19
1681
+ 1
1682
+ 8
1683
+ 86
1684
+ 20
1685
+ 1
1686
+ 45
1687
+ 10
1688
+ 11
1689
+ 49
1690
+ 5
1691
+ 1
1692
+ 9
1693
+ 85
1694
+ 20
1695
+ 1
1696
+ 49
1697
+ 12
1698
+ 0
1699
+ 19
1700
+ 1
1701
+ 8
1702
+ 86
1703
+ 1
1704
+ 15
1705
+ 5
1706
+ 20
1707
+ 0
1708
+ 47
1709
+ 49
1710
+ 13
1711
+ 1
1712
+ 20
1713
+ 1
1714
+ 49
1715
+ 14
1716
+ 1
1717
+ 11
1718
+ I
1719
+ 9
1720
+ I
1721
+ 3
1722
+ I
1723
+ 1
1724
+ I
1725
+ 3
1726
+ n
1727
+ p
1728
+ 15
1729
+ x
1730
+ 4
1731
+ Hash
1732
+ x
1733
+ 16
1734
+ new_from_literal
1735
+ x
1736
+ 7
1737
+ invalid
1738
+ x
1739
+ 6
1740
+ Symbol
1741
+ n
1742
+ x
1743
+ 5
1744
+ is_a?
1745
+ x
1746
+ 17
1747
+ CALLBACKS_OPTIONS
1748
+ n
1749
+ x
1750
+ 6
1751
+ except
1752
+ x
1753
+ 16
1754
+ generate_message
1755
+ x
1756
+ 4
1757
+ Proc
1758
+ n
1759
+ x
1760
+ 4
1761
+ call
1762
+ x
1763
+ 2
1764
+ []
1765
+ x
1766
+ 2
1767
+ <<
1768
+ p
1769
+ 17
1770
+ I
1771
+ -1
1772
+ I
1773
+ ba
1774
+ I
1775
+ 16
1776
+ I
1777
+ bb
1778
+ I
1779
+ 21
1780
+ I
1781
+ bd
1782
+ I
1783
+ 2b
1784
+ I
1785
+ be
1786
+ I
1787
+ 42
1788
+ I
1789
+ bf
1790
+ I
1791
+ 4c
1792
+ I
1793
+ c0
1794
+ I
1795
+ 55
1796
+ I
1797
+ bf
1798
+ I
1799
+ 57
1800
+ I
1801
+ c3
1802
+ I
1803
+ 64
1804
+ x
1805
+ 75
1806
+ /Users/santiago/WyeWorks/Projs/rails/activemodel/lib/active_model/errors.rb
1807
+ p
1808
+ 3
1809
+ x
1810
+ 9
1811
+ attribute
1812
+ x
1813
+ 7
1814
+ message
1815
+ x
1816
+ 7
1817
+ options
1818
+ x
1819
+ 12
1820
+ add_on_empty
1821
+ M
1822
+ 1
1823
+ n
1824
+ n
1825
+ x
1826
+ 12
1827
+ add_on_empty
1828
+ i
1829
+ 88
1830
+ 23
1831
+ 1
1832
+ 10
1833
+ 14
1834
+ 44
1835
+ 43
1836
+ 0
1837
+ 78
1838
+ 49
1839
+ 1
1840
+ 1
1841
+ 19
1842
+ 1
1843
+ 15
1844
+ 20
1845
+ 1
1846
+ 13
1847
+ 9
1848
+ 34
1849
+ 15
1850
+ 20
1851
+ 1
1852
+ 45
1853
+ 0
1854
+ 2
1855
+ 49
1856
+ 3
1857
+ 1
1858
+ 10
1859
+ 33
1860
+ 2
1861
+ 8
1862
+ 34
1863
+ 3
1864
+ 9
1865
+ 73
1866
+ 44
1867
+ 43
1868
+ 0
1869
+ 79
1870
+ 49
1871
+ 1
1872
+ 1
1873
+ 13
1874
+ 7
1875
+ 4
1876
+ 20
1877
+ 1
1878
+ 49
1879
+ 5
1880
+ 2
1881
+ 15
1882
+ 19
1883
+ 1
1884
+ 15
1885
+ 45
1886
+ 6
1887
+ 7
1888
+ 43
1889
+ 8
1890
+ 7
1891
+ 9
1892
+ 64
1893
+ 7
1894
+ 10
1895
+ 64
1896
+ 81
1897
+ 11
1898
+ 49
1899
+ 12
1900
+ 1
1901
+ 8
1902
+ 74
1903
+ 1
1904
+ 15
1905
+ 20
1906
+ 0
1907
+ 35
1908
+ 1
1909
+ 49
1910
+ 13
1911
+ 0
1912
+ 56
1913
+ 14
1914
+ 50
1915
+ 15
1916
+ 0
1917
+ 11
1918
+ I
1919
+ 6
1920
+ I
1921
+ 2
1922
+ I
1923
+ 1
1924
+ I
1925
+ 2
1926
+ n
1927
+ p
1928
+ 16
1929
+ x
1930
+ 4
1931
+ Hash
1932
+ x
1933
+ 16
1934
+ new_from_literal
1935
+ n
1936
+ x
1937
+ 5
1938
+ is_a?
1939
+ x
1940
+ 7
1941
+ message
1942
+ x
1943
+ 3
1944
+ []=
1945
+ x
1946
+ 13
1947
+ ActiveSupport
1948
+ n
1949
+ x
1950
+ 11
1951
+ Deprecation
1952
+ s
1953
+ 82
1954
+ ActiveModel::Errors#add_on_empty(attributes, custom_message) has been deprecated.
1955
+
1956
+ s
1957
+ 88
1958
+ Instead of passing a custom_message pass an options Hash { :message => custom_message }.
1959
+ x
1960
+ 1
1961
+ +
1962
+ x
1963
+ 4
1964
+ warn
1965
+ x
1966
+ 7
1967
+ flatten
1968
+ M
1969
+ 1
1970
+ p
1971
+ 2
1972
+ x
1973
+ 9
1974
+ for_block
1975
+ t
1976
+ n
1977
+ x
1978
+ 12
1979
+ add_on_empty
1980
+ i
1981
+ 65
1982
+ 57
1983
+ 19
1984
+ 0
1985
+ 15
1986
+ 39
1987
+ 0
1988
+ 7
1989
+ 1
1990
+ 20
1991
+ 0
1992
+ 49
1993
+ 2
1994
+ 2
1995
+ 19
1996
+ 1
1997
+ 15
1998
+ 20
1999
+ 1
2000
+ 7
2001
+ 3
2002
+ 49
2003
+ 4
2004
+ 1
2005
+ 9
2006
+ 32
2007
+ 20
2008
+ 1
2009
+ 49
2010
+ 3
2011
+ 0
2012
+ 8
2013
+ 33
2014
+ 3
2015
+ 19
2016
+ 2
2017
+ 15
2018
+ 20
2019
+ 1
2020
+ 49
2021
+ 5
2022
+ 0
2023
+ 13
2024
+ 10
2025
+ 47
2026
+ 15
2027
+ 20
2028
+ 2
2029
+ 9
2030
+ 63
2031
+ 5
2032
+ 20
2033
+ 0
2034
+ 7
2035
+ 6
2036
+ 21
2037
+ 1
2038
+ 1
2039
+ 47
2040
+ 49
2041
+ 7
2042
+ 3
2043
+ 8
2044
+ 64
2045
+ 1
2046
+ 11
2047
+ I
2048
+ 8
2049
+ I
2050
+ 3
2051
+ I
2052
+ 1
2053
+ I
2054
+ 1
2055
+ n
2056
+ p
2057
+ 8
2058
+ x
2059
+ 5
2060
+ @base
2061
+ x
2062
+ 29
2063
+ read_attribute_for_validation
2064
+ x
2065
+ 4
2066
+ send
2067
+ x
2068
+ 6
2069
+ empty?
2070
+ x
2071
+ 11
2072
+ respond_to?
2073
+ x
2074
+ 4
2075
+ nil?
2076
+ x
2077
+ 5
2078
+ empty
2079
+ x
2080
+ 3
2081
+ add
2082
+ p
2083
+ 9
2084
+ I
2085
+ 0
2086
+ I
2087
+ cf
2088
+ I
2089
+ 4
2090
+ I
2091
+ d0
2092
+ I
2093
+ 10
2094
+ I
2095
+ d1
2096
+ I
2097
+ 24
2098
+ I
2099
+ d2
2100
+ I
2101
+ 41
2102
+ x
2103
+ 75
2104
+ /Users/santiago/WyeWorks/Projs/rails/activemodel/lib/active_model/errors.rb
2105
+ p
2106
+ 3
2107
+ x
2108
+ 9
2109
+ attribute
2110
+ x
2111
+ 5
2112
+ value
2113
+ x
2114
+ 8
2115
+ is_empty
2116
+ x
2117
+ 4
2118
+ each
2119
+ p
2120
+ 19
2121
+ I
2122
+ -1
2123
+ I
2124
+ c7
2125
+ I
2126
+ e
2127
+ I
2128
+ c8
2129
+ I
2130
+ 24
2131
+ I
2132
+ c9
2133
+ I
2134
+ 37
2135
+ I
2136
+ ca
2137
+ I
2138
+ 3c
2139
+ I
2140
+ cb
2141
+ I
2142
+ 3f
2143
+ I
2144
+ cc
2145
+ I
2146
+ 44
2147
+ I
2148
+ ca
2149
+ I
2150
+ 49
2151
+ I
2152
+ c8
2153
+ I
2154
+ 4b
2155
+ I
2156
+ cf
2157
+ I
2158
+ 58
2159
+ x
2160
+ 75
2161
+ /Users/santiago/WyeWorks/Projs/rails/activemodel/lib/active_model/errors.rb
2162
+ p
2163
+ 2
2164
+ x
2165
+ 10
2166
+ attributes
2167
+ x
2168
+ 7
2169
+ options
2170
+ x
2171
+ 12
2172
+ add_on_blank
2173
+ M
2174
+ 1
2175
+ n
2176
+ n
2177
+ x
2178
+ 12
2179
+ add_on_blank
2180
+ i
2181
+ 88
2182
+ 23
2183
+ 1
2184
+ 10
2185
+ 14
2186
+ 44
2187
+ 43
2188
+ 0
2189
+ 78
2190
+ 49
2191
+ 1
2192
+ 1
2193
+ 19
2194
+ 1
2195
+ 15
2196
+ 20
2197
+ 1
2198
+ 13
2199
+ 9
2200
+ 34
2201
+ 15
2202
+ 20
2203
+ 1
2204
+ 45
2205
+ 0
2206
+ 2
2207
+ 49
2208
+ 3
2209
+ 1
2210
+ 10
2211
+ 33
2212
+ 2
2213
+ 8
2214
+ 34
2215
+ 3
2216
+ 9
2217
+ 73
2218
+ 44
2219
+ 43
2220
+ 0
2221
+ 79
2222
+ 49
2223
+ 1
2224
+ 1
2225
+ 13
2226
+ 7
2227
+ 4
2228
+ 20
2229
+ 1
2230
+ 49
2231
+ 5
2232
+ 2
2233
+ 15
2234
+ 19
2235
+ 1
2236
+ 15
2237
+ 45
2238
+ 6
2239
+ 7
2240
+ 43
2241
+ 8
2242
+ 7
2243
+ 9
2244
+ 64
2245
+ 7
2246
+ 10
2247
+ 64
2248
+ 81
2249
+ 11
2250
+ 49
2251
+ 12
2252
+ 1
2253
+ 8
2254
+ 74
2255
+ 1
2256
+ 15
2257
+ 20
2258
+ 0
2259
+ 35
2260
+ 1
2261
+ 49
2262
+ 13
2263
+ 0
2264
+ 56
2265
+ 14
2266
+ 50
2267
+ 15
2268
+ 0
2269
+ 11
2270
+ I
2271
+ 6
2272
+ I
2273
+ 2
2274
+ I
2275
+ 1
2276
+ I
2277
+ 2
2278
+ n
2279
+ p
2280
+ 16
2281
+ x
2282
+ 4
2283
+ Hash
2284
+ x
2285
+ 16
2286
+ new_from_literal
2287
+ n
2288
+ x
2289
+ 5
2290
+ is_a?
2291
+ x
2292
+ 7
2293
+ message
2294
+ x
2295
+ 3
2296
+ []=
2297
+ x
2298
+ 13
2299
+ ActiveSupport
2300
+ n
2301
+ x
2302
+ 11
2303
+ Deprecation
2304
+ s
2305
+ 82
2306
+ ActiveModel::Errors#add_on_blank(attributes, custom_message) has been deprecated.
2307
+
2308
+ s
2309
+ 88
2310
+ Instead of passing a custom_message pass an options Hash { :message => custom_message }.
2311
+ x
2312
+ 1
2313
+ +
2314
+ x
2315
+ 4
2316
+ warn
2317
+ x
2318
+ 7
2319
+ flatten
2320
+ M
2321
+ 1
2322
+ p
2323
+ 2
2324
+ x
2325
+ 9
2326
+ for_block
2327
+ t
2328
+ n
2329
+ x
2330
+ 12
2331
+ add_on_blank
2332
+ i
2333
+ 39
2334
+ 57
2335
+ 19
2336
+ 0
2337
+ 15
2338
+ 39
2339
+ 0
2340
+ 7
2341
+ 1
2342
+ 20
2343
+ 0
2344
+ 49
2345
+ 2
2346
+ 2
2347
+ 19
2348
+ 1
2349
+ 15
2350
+ 20
2351
+ 1
2352
+ 49
2353
+ 3
2354
+ 0
2355
+ 9
2356
+ 37
2357
+ 5
2358
+ 20
2359
+ 0
2360
+ 7
2361
+ 4
2362
+ 21
2363
+ 1
2364
+ 1
2365
+ 47
2366
+ 49
2367
+ 5
2368
+ 3
2369
+ 8
2370
+ 38
2371
+ 1
2372
+ 11
2373
+ I
2374
+ 7
2375
+ I
2376
+ 2
2377
+ I
2378
+ 1
2379
+ I
2380
+ 1
2381
+ n
2382
+ p
2383
+ 6
2384
+ x
2385
+ 5
2386
+ @base
2387
+ x
2388
+ 29
2389
+ read_attribute_for_validation
2390
+ x
2391
+ 4
2392
+ send
2393
+ x
2394
+ 6
2395
+ blank?
2396
+ x
2397
+ 5
2398
+ blank
2399
+ x
2400
+ 3
2401
+ add
2402
+ p
2403
+ 7
2404
+ I
2405
+ 0
2406
+ I
2407
+ df
2408
+ I
2409
+ 4
2410
+ I
2411
+ e0
2412
+ I
2413
+ 10
2414
+ I
2415
+ e1
2416
+ I
2417
+ 27
2418
+ x
2419
+ 75
2420
+ /Users/santiago/WyeWorks/Projs/rails/activemodel/lib/active_model/errors.rb
2421
+ p
2422
+ 2
2423
+ x
2424
+ 9
2425
+ attribute
2426
+ x
2427
+ 5
2428
+ value
2429
+ x
2430
+ 4
2431
+ each
2432
+ p
2433
+ 19
2434
+ I
2435
+ -1
2436
+ I
2437
+ d7
2438
+ I
2439
+ e
2440
+ I
2441
+ d8
2442
+ I
2443
+ 24
2444
+ I
2445
+ d9
2446
+ I
2447
+ 37
2448
+ I
2449
+ da
2450
+ I
2451
+ 3c
2452
+ I
2453
+ db
2454
+ I
2455
+ 3f
2456
+ I
2457
+ dc
2458
+ I
2459
+ 44
2460
+ I
2461
+ da
2462
+ I
2463
+ 49
2464
+ I
2465
+ d8
2466
+ I
2467
+ 4b
2468
+ I
2469
+ df
2470
+ I
2471
+ 58
2472
+ x
2473
+ 75
2474
+ /Users/santiago/WyeWorks/Projs/rails/activemodel/lib/active_model/errors.rb
2475
+ p
2476
+ 2
2477
+ x
2478
+ 10
2479
+ attributes
2480
+ x
2481
+ 7
2482
+ options
2483
+ x
2484
+ 13
2485
+ full_messages
2486
+ M
2487
+ 1
2488
+ n
2489
+ n
2490
+ x
2491
+ 13
2492
+ full_messages
2493
+ i
2494
+ 16
2495
+ 35
2496
+ 0
2497
+ 19
2498
+ 0
2499
+ 15
2500
+ 5
2501
+ 56
2502
+ 0
2503
+ 47
2504
+ 50
2505
+ 1
2506
+ 0
2507
+ 15
2508
+ 20
2509
+ 0
2510
+ 11
2511
+ I
2512
+ 3
2513
+ I
2514
+ 1
2515
+ I
2516
+ 0
2517
+ I
2518
+ 0
2519
+ n
2520
+ p
2521
+ 2
2522
+ M
2523
+ 1
2524
+ p
2525
+ 2
2526
+ x
2527
+ 9
2528
+ for_block
2529
+ t
2530
+ n
2531
+ x
2532
+ 13
2533
+ full_messages
2534
+ i
2535
+ 137
2536
+ 58
2537
+ 37
2538
+ 19
2539
+ 0
2540
+ 15
2541
+ 37
2542
+ 19
2543
+ 1
2544
+ 15
2545
+ 15
2546
+ 45
2547
+ 0
2548
+ 1
2549
+ 20
2550
+ 1
2551
+ 49
2552
+ 2
2553
+ 1
2554
+ 19
2555
+ 1
2556
+ 15
2557
+ 20
2558
+ 1
2559
+ 49
2560
+ 3
2561
+ 0
2562
+ 9
2563
+ 32
2564
+ 1
2565
+ 11
2566
+ 8
2567
+ 33
2568
+ 1
2569
+ 15
2570
+ 20
2571
+ 0
2572
+ 7
2573
+ 4
2574
+ 83
2575
+ 5
2576
+ 9
2577
+ 51
2578
+ 20
2579
+ 1
2580
+ 56
2581
+ 6
2582
+ 50
2583
+ 7
2584
+ 0
2585
+ 8
2586
+ 136
2587
+ 20
2588
+ 0
2589
+ 49
2590
+ 8
2591
+ 0
2592
+ 7
2593
+ 9
2594
+ 64
2595
+ 7
2596
+ 10
2597
+ 64
2598
+ 49
2599
+ 11
2600
+ 2
2601
+ 49
2602
+ 12
2603
+ 0
2604
+ 19
2605
+ 2
2606
+ 15
2607
+ 39
2608
+ 13
2609
+ 49
2610
+ 14
2611
+ 0
2612
+ 20
2613
+ 0
2614
+ 44
2615
+ 43
2616
+ 15
2617
+ 79
2618
+ 49
2619
+ 16
2620
+ 1
2621
+ 13
2622
+ 7
2623
+ 17
2624
+ 20
2625
+ 2
2626
+ 49
2627
+ 18
2628
+ 2
2629
+ 15
2630
+ 49
2631
+ 19
2632
+ 2
2633
+ 19
2634
+ 2
2635
+ 15
2636
+ 44
2637
+ 43
2638
+ 15
2639
+ 80
2640
+ 49
2641
+ 16
2642
+ 1
2643
+ 13
2644
+ 7
2645
+ 17
2646
+ 7
2647
+ 20
2648
+ 64
2649
+ 49
2650
+ 18
2651
+ 2
2652
+ 15
2653
+ 13
2654
+ 7
2655
+ 21
2656
+ 20
2657
+ 2
2658
+ 49
2659
+ 18
2660
+ 2
2661
+ 15
2662
+ 19
2663
+ 3
2664
+ 15
2665
+ 20
2666
+ 1
2667
+ 56
2668
+ 22
2669
+ 50
2670
+ 7
2671
+ 0
2672
+ 11
2673
+ I
2674
+ b
2675
+ I
2676
+ 4
2677
+ I
2678
+ 2
2679
+ I
2680
+ 2
2681
+ n
2682
+ p
2683
+ 23
2684
+ x
2685
+ 5
2686
+ Array
2687
+ n
2688
+ x
2689
+ 4
2690
+ wrap
2691
+ x
2692
+ 6
2693
+ empty?
2694
+ x
2695
+ 4
2696
+ base
2697
+ x
2698
+ 2
2699
+ ==
2700
+ M
2701
+ 1
2702
+ p
2703
+ 2
2704
+ x
2705
+ 9
2706
+ for_block
2707
+ t
2708
+ n
2709
+ x
2710
+ 13
2711
+ full_messages
2712
+ i
2713
+ 13
2714
+ 57
2715
+ 19
2716
+ 0
2717
+ 15
2718
+ 21
2719
+ 2
2720
+ 0
2721
+ 20
2722
+ 0
2723
+ 49
2724
+ 0
2725
+ 1
2726
+ 11
2727
+ I
2728
+ 4
2729
+ I
2730
+ 1
2731
+ I
2732
+ 1
2733
+ I
2734
+ 1
2735
+ n
2736
+ p
2737
+ 1
2738
+ x
2739
+ 2
2740
+ <<
2741
+ p
2742
+ 3
2743
+ I
2744
+ 0
2745
+ I
2746
+ f7
2747
+ I
2748
+ d
2749
+ x
2750
+ 75
2751
+ /Users/santiago/WyeWorks/Projs/rails/activemodel/lib/active_model/errors.rb
2752
+ p
2753
+ 1
2754
+ x
2755
+ 1
2756
+ m
2757
+ x
2758
+ 4
2759
+ each
2760
+ x
2761
+ 4
2762
+ to_s
2763
+ s
2764
+ 1
2765
+ .
2766
+ s
2767
+ 1
2768
+ _
2769
+ x
2770
+ 4
2771
+ gsub
2772
+ x
2773
+ 8
2774
+ humanize
2775
+ x
2776
+ 5
2777
+ @base
2778
+ x
2779
+ 5
2780
+ class
2781
+ x
2782
+ 4
2783
+ Hash
2784
+ x
2785
+ 16
2786
+ new_from_literal
2787
+ x
2788
+ 7
2789
+ default
2790
+ x
2791
+ 3
2792
+ []=
2793
+ x
2794
+ 20
2795
+ human_attribute_name
2796
+ s
2797
+ 23
2798
+ %{attribute} %{message}
2799
+ x
2800
+ 9
2801
+ attribute
2802
+ M
2803
+ 1
2804
+ p
2805
+ 2
2806
+ x
2807
+ 9
2808
+ for_block
2809
+ t
2810
+ n
2811
+ x
2812
+ 13
2813
+ full_messages
2814
+ i
2815
+ 41
2816
+ 57
2817
+ 19
2818
+ 0
2819
+ 15
2820
+ 21
2821
+ 2
2822
+ 0
2823
+ 45
2824
+ 0
2825
+ 1
2826
+ 7
2827
+ 2
2828
+ 21
2829
+ 1
2830
+ 3
2831
+ 44
2832
+ 43
2833
+ 3
2834
+ 79
2835
+ 49
2836
+ 4
2837
+ 1
2838
+ 13
2839
+ 7
2840
+ 5
2841
+ 20
2842
+ 0
2843
+ 49
2844
+ 6
2845
+ 2
2846
+ 15
2847
+ 49
2848
+ 7
2849
+ 1
2850
+ 49
2851
+ 8
2852
+ 2
2853
+ 49
2854
+ 9
2855
+ 1
2856
+ 11
2857
+ I
2858
+ a
2859
+ I
2860
+ 1
2861
+ I
2862
+ 1
2863
+ I
2864
+ 1
2865
+ n
2866
+ p
2867
+ 10
2868
+ x
2869
+ 4
2870
+ I18n
2871
+ n
2872
+ x
2873
+ 13
2874
+ errors.format
2875
+ x
2876
+ 4
2877
+ Hash
2878
+ x
2879
+ 16
2880
+ new_from_literal
2881
+ x
2882
+ 7
2883
+ message
2884
+ x
2885
+ 3
2886
+ []=
2887
+ x
2888
+ 5
2889
+ merge
2890
+ x
2891
+ 1
2892
+ t
2893
+ x
2894
+ 2
2895
+ <<
2896
+ p
2897
+ 5
2898
+ I
2899
+ 0
2900
+ I
2901
+ fd
2902
+ I
2903
+ 4
2904
+ I
2905
+ fe
2906
+ I
2907
+ 29
2908
+ x
2909
+ 75
2910
+ /Users/santiago/WyeWorks/Projs/rails/activemodel/lib/active_model/errors.rb
2911
+ p
2912
+ 1
2913
+ x
2914
+ 1
2915
+ m
2916
+ p
2917
+ 19
2918
+ I
2919
+ 0
2920
+ I
2921
+ f2
2922
+ I
2923
+ a
2924
+ I
2925
+ f3
2926
+ I
2927
+ 15
2928
+ I
2929
+ f4
2930
+ I
2931
+ 22
2932
+ I
2933
+ f6
2934
+ I
2935
+ 2a
2936
+ I
2937
+ f7
2938
+ I
2939
+ 33
2940
+ I
2941
+ f9
2942
+ I
2943
+ 47
2944
+ I
2945
+ fa
2946
+ I
2947
+ 64
2948
+ I
2949
+ fb
2950
+ I
2951
+ 81
2952
+ I
2953
+ fd
2954
+ I
2955
+ 89
2956
+ x
2957
+ 75
2958
+ /Users/santiago/WyeWorks/Projs/rails/activemodel/lib/active_model/errors.rb
2959
+ p
2960
+ 4
2961
+ x
2962
+ 9
2963
+ attribute
2964
+ x
2965
+ 8
2966
+ messages
2967
+ x
2968
+ 9
2969
+ attr_name
2970
+ x
2971
+ 7
2972
+ options
2973
+ x
2974
+ 4
2975
+ each
2976
+ p
2977
+ 9
2978
+ I
2979
+ -1
2980
+ I
2981
+ ef
2982
+ I
2983
+ 0
2984
+ I
2985
+ f0
2986
+ I
2987
+ 5
2988
+ I
2989
+ f2
2990
+ I
2991
+ d
2992
+ I
2993
+ 103
2994
+ I
2995
+ 10
2996
+ x
2997
+ 75
2998
+ /Users/santiago/WyeWorks/Projs/rails/activemodel/lib/active_model/errors.rb
2999
+ p
3000
+ 1
3001
+ x
3002
+ 13
3003
+ full_messages
3004
+ x
3005
+ 16
3006
+ generate_message
3007
+ M
3008
+ 1
3009
+ n
3010
+ n
3011
+ x
3012
+ 16
3013
+ generate_message
3014
+ i
3015
+ 332
3016
+ 23
3017
+ 1
3018
+ 10
3019
+ 9
3020
+ 7
3021
+ 0
3022
+ 19
3023
+ 1
3024
+ 15
3025
+ 23
3026
+ 2
3027
+ 10
3028
+ 23
3029
+ 44
3030
+ 43
3031
+ 1
3032
+ 78
3033
+ 49
3034
+ 2
3035
+ 1
3036
+ 19
3037
+ 2
3038
+ 15
3039
+ 20
3040
+ 2
3041
+ 7
3042
+ 3
3043
+ 49
3044
+ 4
3045
+ 1
3046
+ 45
3047
+ 5
3048
+ 6
3049
+ 49
3050
+ 7
3051
+ 1
3052
+ 9
3053
+ 49
3054
+ 20
3055
+ 2
3056
+ 7
3057
+ 3
3058
+ 49
3059
+ 8
3060
+ 1
3061
+ 19
3062
+ 1
3063
+ 8
3064
+ 50
3065
+ 1
3066
+ 15
3067
+ 20
3068
+ 2
3069
+ 7
3070
+ 9
3071
+ 49
3072
+ 4
3073
+ 1
3074
+ 9
3075
+ 97
3076
+ 45
3077
+ 10
3078
+ 11
3079
+ 43
3080
+ 12
3081
+ 7
3082
+ 13
3083
+ 64
3084
+ 7
3085
+ 14
3086
+ 64
3087
+ 81
3088
+ 15
3089
+ 49
3090
+ 16
3091
+ 1
3092
+ 15
3093
+ 20
3094
+ 2
3095
+ 7
3096
+ 3
3097
+ 20
3098
+ 2
3099
+ 7
3100
+ 9
3101
+ 49
3102
+ 8
3103
+ 1
3104
+ 13
3105
+ 18
3106
+ 3
3107
+ 49
3108
+ 17
3109
+ 2
3110
+ 15
3111
+ 8
3112
+ 98
3113
+ 1
3114
+ 15
3115
+ 39
3116
+ 18
3117
+ 49
3118
+ 19
3119
+ 0
3120
+ 49
3121
+ 20
3122
+ 0
3123
+ 56
3124
+ 21
3125
+ 50
3126
+ 22
3127
+ 0
3128
+ 19
3129
+ 3
3130
+ 15
3131
+ 20
3132
+ 3
3133
+ 20
3134
+ 2
3135
+ 7
3136
+ 3
3137
+ 49
3138
+ 8
3139
+ 1
3140
+ 49
3141
+ 23
3142
+ 1
3143
+ 15
3144
+ 20
3145
+ 3
3146
+ 39
3147
+ 18
3148
+ 49
3149
+ 19
3150
+ 0
3151
+ 49
3152
+ 24
3153
+ 0
3154
+ 47
3155
+ 101
3156
+ 25
3157
+ 7
3158
+ 26
3159
+ 20
3160
+ 1
3161
+ 47
3162
+ 101
3163
+ 25
3164
+ 63
3165
+ 3
3166
+ 47
3167
+ 49
3168
+ 27
3169
+ 0
3170
+ 49
3171
+ 23
3172
+ 1
3173
+ 15
3174
+ 20
3175
+ 3
3176
+ 7
3177
+ 28
3178
+ 20
3179
+ 0
3180
+ 47
3181
+ 101
3182
+ 25
3183
+ 7
3184
+ 29
3185
+ 20
3186
+ 1
3187
+ 47
3188
+ 101
3189
+ 25
3190
+ 63
3191
+ 4
3192
+ 47
3193
+ 49
3194
+ 27
3195
+ 0
3196
+ 49
3197
+ 23
3198
+ 1
3199
+ 15
3200
+ 20
3201
+ 3
3202
+ 7
3203
+ 30
3204
+ 20
3205
+ 1
3206
+ 47
3207
+ 101
3208
+ 25
3209
+ 63
3210
+ 2
3211
+ 47
3212
+ 49
3213
+ 27
3214
+ 0
3215
+ 49
3216
+ 23
3217
+ 1
3218
+ 15
3219
+ 20
3220
+ 3
3221
+ 49
3222
+ 31
3223
+ 0
3224
+ 15
3225
+ 20
3226
+ 3
3227
+ 49
3228
+ 32
3229
+ 0
3230
+ 15
3231
+ 20
3232
+ 3
3233
+ 49
3234
+ 33
3235
+ 0
3236
+ 19
3237
+ 4
3238
+ 15
3239
+ 20
3240
+ 0
3241
+ 7
3242
+ 34
3243
+ 83
3244
+ 35
3245
+ 10
3246
+ 234
3247
+ 2
3248
+ 8
3249
+ 235
3250
+ 3
3251
+ 9
3252
+ 248
3253
+ 39
3254
+ 18
3255
+ 7
3256
+ 36
3257
+ 20
3258
+ 0
3259
+ 49
3260
+ 37
3261
+ 2
3262
+ 8
3263
+ 249
3264
+ 1
3265
+ 19
3266
+ 5
3267
+ 15
3268
+ 44
3269
+ 43
3270
+ 1
3271
+ 4
3272
+ 4
3273
+ 49
3274
+ 2
3275
+ 1
3276
+ 13
3277
+ 7
3278
+ 9
3279
+ 20
3280
+ 3
3281
+ 49
3282
+ 17
3283
+ 2
3284
+ 15
3285
+ 13
3286
+ 7
3287
+ 38
3288
+ 39
3289
+ 18
3290
+ 49
3291
+ 19
3292
+ 0
3293
+ 49
3294
+ 39
3295
+ 0
3296
+ 49
3297
+ 40
3298
+ 0
3299
+ 49
3300
+ 17
3301
+ 2
3302
+ 15
3303
+ 13
3304
+ 7
3305
+ 41
3306
+ 39
3307
+ 18
3308
+ 49
3309
+ 19
3310
+ 0
3311
+ 20
3312
+ 0
3313
+ 49
3314
+ 42
3315
+ 1
3316
+ 49
3317
+ 17
3318
+ 2
3319
+ 15
3320
+ 13
3321
+ 7
3322
+ 43
3323
+ 20
3324
+ 5
3325
+ 49
3326
+ 17
3327
+ 2
3328
+ 15
3329
+ 20
3330
+ 2
3331
+ 49
3332
+ 44
3333
+ 1
3334
+ 19
3335
+ 2
3336
+ 15
3337
+ 45
3338
+ 45
3339
+ 46
3340
+ 20
3341
+ 4
3342
+ 20
3343
+ 2
3344
+ 49
3345
+ 47
3346
+ 2
3347
+ 11
3348
+ I
3349
+ b
3350
+ I
3351
+ 6
3352
+ I
3353
+ 1
3354
+ I
3355
+ 3
3356
+ n
3357
+ p
3358
+ 48
3359
+ x
3360
+ 7
3361
+ invalid
3362
+ x
3363
+ 4
3364
+ Hash
3365
+ x
3366
+ 16
3367
+ new_from_literal
3368
+ x
3369
+ 7
3370
+ message
3371
+ x
3372
+ 2
3373
+ []
3374
+ x
3375
+ 6
3376
+ Symbol
3377
+ n
3378
+ x
3379
+ 5
3380
+ is_a?
3381
+ x
3382
+ 6
3383
+ delete
3384
+ x
3385
+ 7
3386
+ default
3387
+ x
3388
+ 13
3389
+ ActiveSupport
3390
+ n
3391
+ x
3392
+ 11
3393
+ Deprecation
3394
+ s
3395
+ 72
3396
+ Giving :default as validation option to errors.add has been deprecated.
3397
+
3398
+ s
3399
+ 28
3400
+ Please use :message instead.
3401
+ x
3402
+ 1
3403
+ +
3404
+ x
3405
+ 4
3406
+ warn
3407
+ x
3408
+ 3
3409
+ []=
3410
+ x
3411
+ 5
3412
+ @base
3413
+ x
3414
+ 5
3415
+ class
3416
+ x
3417
+ 16
3418
+ lookup_ancestors
3419
+ M
3420
+ 1
3421
+ p
3422
+ 2
3423
+ x
3424
+ 9
3425
+ for_block
3426
+ t
3427
+ n
3428
+ x
3429
+ 16
3430
+ generate_message
3431
+ i
3432
+ 91
3433
+ 57
3434
+ 19
3435
+ 0
3436
+ 15
3437
+ 39
3438
+ 0
3439
+ 49
3440
+ 1
3441
+ 0
3442
+ 49
3443
+ 2
3444
+ 0
3445
+ 47
3446
+ 101
3447
+ 3
3448
+ 7
3449
+ 4
3450
+ 20
3451
+ 0
3452
+ 49
3453
+ 5
3454
+ 0
3455
+ 49
3456
+ 6
3457
+ 0
3458
+ 47
3459
+ 101
3460
+ 3
3461
+ 7
3462
+ 7
3463
+ 21
3464
+ 1
3465
+ 0
3466
+ 47
3467
+ 101
3468
+ 3
3469
+ 7
3470
+ 8
3471
+ 21
3472
+ 1
3473
+ 1
3474
+ 47
3475
+ 101
3476
+ 3
3477
+ 63
3478
+ 7
3479
+ 47
3480
+ 49
3481
+ 9
3482
+ 0
3483
+ 39
3484
+ 0
3485
+ 49
3486
+ 1
3487
+ 0
3488
+ 49
3489
+ 2
3490
+ 0
3491
+ 47
3492
+ 101
3493
+ 3
3494
+ 7
3495
+ 4
3496
+ 20
3497
+ 0
3498
+ 49
3499
+ 5
3500
+ 0
3501
+ 49
3502
+ 6
3503
+ 0
3504
+ 47
3505
+ 101
3506
+ 3
3507
+ 7
3508
+ 8
3509
+ 21
3510
+ 1
3511
+ 1
3512
+ 47
3513
+ 101
3514
+ 3
3515
+ 63
3516
+ 5
3517
+ 47
3518
+ 49
3519
+ 9
3520
+ 0
3521
+ 35
3522
+ 2
3523
+ 11
3524
+ I
3525
+ 9
3526
+ I
3527
+ 1
3528
+ I
3529
+ 1
3530
+ I
3531
+ 1
3532
+ n
3533
+ p
3534
+ 10
3535
+ x
3536
+ 5
3537
+ @base
3538
+ x
3539
+ 5
3540
+ class
3541
+ x
3542
+ 10
3543
+ i18n_scope
3544
+ x
3545
+ 4
3546
+ to_s
3547
+ s
3548
+ 15
3549
+ .errors.models.
3550
+ x
3551
+ 10
3552
+ model_name
3553
+ x
3554
+ 8
3555
+ i18n_key
3556
+ s
3557
+ 12
3558
+ .attributes.
3559
+ s
3560
+ 1
3561
+ .
3562
+ x
3563
+ 6
3564
+ to_sym
3565
+ p
3566
+ 7
3567
+ I
3568
+ 0
3569
+ I
3570
+ 129
3571
+ I
3572
+ 4
3573
+ I
3574
+ 12a
3575
+ I
3576
+ 32
3577
+ I
3578
+ 12b
3579
+ I
3580
+ 5b
3581
+ x
3582
+ 75
3583
+ /Users/santiago/WyeWorks/Projs/rails/activemodel/lib/active_model/errors.rb
3584
+ p
3585
+ 1
3586
+ x
3587
+ 5
3588
+ klass
3589
+ x
3590
+ 3
3591
+ map
3592
+ x
3593
+ 2
3594
+ <<
3595
+ x
3596
+ 10
3597
+ i18n_scope
3598
+ x
3599
+ 4
3600
+ to_s
3601
+ s
3602
+ 17
3603
+ .errors.messages.
3604
+ x
3605
+ 6
3606
+ to_sym
3607
+ s
3608
+ 18
3609
+ errors.attributes.
3610
+ s
3611
+ 1
3612
+ .
3613
+ s
3614
+ 16
3615
+ errors.messages.
3616
+ x
3617
+ 8
3618
+ compact!
3619
+ x
3620
+ 8
3621
+ flatten!
3622
+ x
3623
+ 5
3624
+ shift
3625
+ x
3626
+ 4
3627
+ base
3628
+ x
3629
+ 2
3630
+ ==
3631
+ x
3632
+ 29
3633
+ read_attribute_for_validation
3634
+ x
3635
+ 4
3636
+ send
3637
+ x
3638
+ 5
3639
+ model
3640
+ x
3641
+ 10
3642
+ model_name
3643
+ x
3644
+ 5
3645
+ human
3646
+ x
3647
+ 9
3648
+ attribute
3649
+ x
3650
+ 20
3651
+ human_attribute_name
3652
+ x
3653
+ 5
3654
+ value
3655
+ x
3656
+ 5
3657
+ merge
3658
+ x
3659
+ 4
3660
+ I18n
3661
+ n
3662
+ x
3663
+ 9
3664
+ translate
3665
+ p
3666
+ 53
3667
+ I
3668
+ -1
3669
+ I
3670
+ 11f
3671
+ I
3672
+ 17
3673
+ I
3674
+ 120
3675
+ I
3676
+ 33
3677
+ I
3678
+ 122
3679
+ I
3680
+ 3c
3681
+ I
3682
+ 123
3683
+ I
3684
+ 41
3685
+ I
3686
+ 124
3687
+ I
3688
+ 44
3689
+ I
3690
+ 125
3691
+ I
3692
+ 49
3693
+ I
3694
+ 123
3695
+ I
3696
+ 4d
3697
+ I
3698
+ 126
3699
+ I
3700
+ 61
3701
+ I
3702
+ 122
3703
+ I
3704
+ 63
3705
+ I
3706
+ 129
3707
+ I
3708
+ 73
3709
+ I
3710
+ 12e
3711
+ I
3712
+ 80
3713
+ I
3714
+ 12f
3715
+ I
3716
+ 9e
3717
+ I
3718
+ 130
3719
+ I
3720
+ b8
3721
+ I
3722
+ 131
3723
+ I
3724
+ cb
3725
+ I
3726
+ 133
3727
+ I
3728
+ d1
3729
+ I
3730
+ 134
3731
+ I
3732
+ d7
3733
+ I
3734
+ 136
3735
+ I
3736
+ df
3737
+ I
3738
+ 137
3739
+ I
3740
+ fc
3741
+ I
3742
+ 13e
3743
+ I
3744
+ 105
3745
+ I
3746
+ 13a
3747
+ I
3748
+ 10e
3749
+ I
3750
+ 13b
3751
+ I
3752
+ 120
3753
+ I
3754
+ 13c
3755
+ I
3756
+ 131
3757
+ I
3758
+ 13d
3759
+ I
3760
+ 139
3761
+ I
3762
+ 13e
3763
+ I
3764
+ 13e
3765
+ I
3766
+ 139
3767
+ I
3768
+ 141
3769
+ I
3770
+ 140
3771
+ I
3772
+ 14c
3773
+ x
3774
+ 75
3775
+ /Users/santiago/WyeWorks/Projs/rails/activemodel/lib/active_model/errors.rb
3776
+ p
3777
+ 6
3778
+ x
3779
+ 9
3780
+ attribute
3781
+ x
3782
+ 4
3783
+ type
3784
+ x
3785
+ 7
3786
+ options
3787
+ x
3788
+ 8
3789
+ defaults
3790
+ x
3791
+ 3
3792
+ key
3793
+ x
3794
+ 5
3795
+ value
3796
+ p
3797
+ 43
3798
+ I
3799
+ 2
3800
+ I
3801
+ 40
3802
+ I
3803
+ b
3804
+ I
3805
+ 42
3806
+ I
3807
+ 1e
3808
+ I
3809
+ 4b
3810
+ I
3811
+ 2c
3812
+ I
3813
+ 50
3814
+ I
3815
+ 36
3816
+ I
3817
+ 51
3818
+ I
3819
+ 40
3820
+ I
3821
+ 58
3822
+ I
3823
+ 4e
3824
+ I
3825
+ 60
3826
+ I
3827
+ 5c
3828
+ I
3829
+ 72
3830
+ I
3831
+ 6a
3832
+ I
3833
+ 7e
3834
+ I
3835
+ 78
3836
+ I
3837
+ 87
3838
+ I
3839
+ 86
3840
+ I
3841
+ 90
3842
+ I
3843
+ 94
3844
+ I
3845
+ 95
3846
+ I
3847
+ a2
3848
+ I
3849
+ 98
3850
+ I
3851
+ ac
3852
+ I
3853
+ a4
3854
+ I
3855
+ ba
3856
+ I
3857
+ a9
3858
+ I
3859
+ c8
3860
+ I
3861
+ ad
3862
+ I
3863
+ d6
3864
+ I
3865
+ ba
3866
+ I
3867
+ e4
3868
+ I
3869
+ c7
3870
+ I
3871
+ f2
3872
+ I
3873
+ d7
3874
+ I
3875
+ 100
3876
+ I
3877
+ ef
3878
+ I
3879
+ 10e
3880
+ I
3881
+ 11f
3882
+ I
3883
+ 11c
3884
+ x
3885
+ 75
3886
+ /Users/santiago/WyeWorks/Projs/rails/activemodel/lib/active_model/errors.rb
3887
+ p
3888
+ 0
3889
+ x
3890
+ 13
3891
+ attach_method
3892
+ p
3893
+ 3
3894
+ I
3895
+ 2
3896
+ I
3897
+ 3f
3898
+ I
3899
+ 21
3900
+ x
3901
+ 75
3902
+ /Users/santiago/WyeWorks/Projs/rails/activemodel/lib/active_model/errors.rb
3903
+ p
3904
+ 0
3905
+ x
3906
+ 13
3907
+ attach_method
3908
+ p
3909
+ 15
3910
+ I
3911
+ 0
3912
+ I
3913
+ 3
3914
+ I
3915
+ 9
3916
+ I
3917
+ 4
3918
+ I
3919
+ 12
3920
+ I
3921
+ 5
3922
+ I
3923
+ 1b
3924
+ I
3925
+ 6
3926
+ I
3927
+ 24
3928
+ I
3929
+ 7
3930
+ I
3931
+ 2d
3932
+ I
3933
+ 8
3934
+ I
3935
+ 36
3936
+ I
3937
+ a
3938
+ I
3939
+ 52
3940
+ x
3941
+ 75
3942
+ /Users/santiago/WyeWorks/Projs/rails/activemodel/lib/active_model/errors.rb
3943
+ p
3944
+ 0