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