compony 0.6.4 → 0.7.0

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 (68) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +12 -0
  3. data/Gemfile.lock +1 -1
  4. data/README.md +6 -0
  5. data/VERSION +1 -1
  6. data/compony.gemspec +3 -3
  7. data/doc/ComponentGenerator.html +1 -1
  8. data/doc/Components.html +1 -1
  9. data/doc/ComponentsGenerator.html +1 -1
  10. data/doc/Compony/Component.html +247 -156
  11. data/doc/Compony/ComponentMixins/Default/Labelling.html +1 -1
  12. data/doc/Compony/ComponentMixins/Default/Standalone/ResourcefulVerbDsl.html +1 -1
  13. data/doc/Compony/ComponentMixins/Default/Standalone/StandaloneDsl.html +1 -1
  14. data/doc/Compony/ComponentMixins/Default/Standalone/VerbDsl.html +1 -1
  15. data/doc/Compony/ComponentMixins/Default/Standalone.html +1 -1
  16. data/doc/Compony/ComponentMixins/Default.html +1 -1
  17. data/doc/Compony/ComponentMixins/Resourceful.html +1 -1
  18. data/doc/Compony/ComponentMixins.html +1 -1
  19. data/doc/Compony/Components/Button.html +2 -2
  20. data/doc/Compony/Components/Destroy.html +2 -2
  21. data/doc/Compony/Components/Edit.html +2 -2
  22. data/doc/Compony/Components/Form.html +2 -2
  23. data/doc/Compony/Components/Index.html +2 -2
  24. data/doc/Compony/Components/List.html +2 -2
  25. data/doc/Compony/Components/New.html +2 -2
  26. data/doc/Compony/Components/Show.html +2 -2
  27. data/doc/Compony/Components/WithForm.html +19 -21
  28. data/doc/Compony/Components.html +1 -1
  29. data/doc/Compony/ControllerMixin.html +1 -1
  30. data/doc/Compony/Engine.html +1 -1
  31. data/doc/Compony/MethodAccessibleHash.html +1 -1
  32. data/doc/Compony/ModelFields/Anchormodel.html +1 -1
  33. data/doc/Compony/ModelFields/Association.html +1 -1
  34. data/doc/Compony/ModelFields/Attachment.html +1 -1
  35. data/doc/Compony/ModelFields/Base.html +1 -1
  36. data/doc/Compony/ModelFields/Boolean.html +1 -1
  37. data/doc/Compony/ModelFields/Color.html +1 -1
  38. data/doc/Compony/ModelFields/Currency.html +1 -1
  39. data/doc/Compony/ModelFields/Date.html +1 -1
  40. data/doc/Compony/ModelFields/Datetime.html +1 -1
  41. data/doc/Compony/ModelFields/Decimal.html +1 -1
  42. data/doc/Compony/ModelFields/Email.html +1 -1
  43. data/doc/Compony/ModelFields/Float.html +1 -1
  44. data/doc/Compony/ModelFields/Integer.html +1 -1
  45. data/doc/Compony/ModelFields/Percentage.html +1 -1
  46. data/doc/Compony/ModelFields/Phone.html +1 -1
  47. data/doc/Compony/ModelFields/RichText.html +1 -1
  48. data/doc/Compony/ModelFields/String.html +1 -1
  49. data/doc/Compony/ModelFields/Text.html +1 -1
  50. data/doc/Compony/ModelFields/Time.html +1 -1
  51. data/doc/Compony/ModelFields/Url.html +1 -1
  52. data/doc/Compony/ModelFields.html +1 -1
  53. data/doc/Compony/ModelMixin.html +1 -1
  54. data/doc/Compony/NaturalOrdering.html +1 -1
  55. data/doc/Compony/RequestContext.html +1 -1
  56. data/doc/Compony/Version.html +1 -1
  57. data/doc/Compony/ViewHelpers.html +1 -1
  58. data/doc/Compony.html +44 -42
  59. data/doc/ComponyController.html +1 -1
  60. data/doc/_index.html +1 -1
  61. data/doc/file.README.html +7 -1
  62. data/doc/index.html +7 -1
  63. data/doc/method_list.html +109 -101
  64. data/doc/top-level-namespace.html +1 -1
  65. data/lib/compony/component.rb +30 -8
  66. data/lib/compony/components/with_form.rb +1 -2
  67. data/lib/compony.rb +9 -8
  68. metadata +2 -2
data/doc/method_list.html CHANGED
@@ -676,6 +676,22 @@
676
676
  </li>
677
677
 
678
678
 
679
+ <li class="even ">
680
+ <div class="item">
681
+ <span class='object_link'><a href="Compony/Component.html#id_path-instance_method" title="Compony::Component#id_path (method)">#id_path</a></span>
682
+ <small>Compony::Component</small>
683
+ </div>
684
+ </li>
685
+
686
+
687
+ <li class="odd ">
688
+ <div class="item">
689
+ <span class='object_link'><a href="Compony/Component.html#id_path_hash-instance_method" title="Compony::Component#id_path_hash (method)">#id_path_hash</a></span>
690
+ <small>Compony::Component</small>
691
+ </div>
692
+ </li>
693
+
694
+
679
695
  <li class="even ">
680
696
  <div class="item">
681
697
  <span class='object_link'><a href="Compony/Component.html#initialize-instance_method" title="Compony::Component#initialize (method)">#initialize</a></span>
@@ -1077,14 +1093,6 @@
1077
1093
 
1078
1094
 
1079
1095
  <li class="even ">
1080
- <div class="item">
1081
- <span class='object_link'><a href="Compony/Component.html#path_hash-instance_method" title="Compony::Component#path_hash (method)">#path_hash</a></span>
1082
- <small>Compony::Component</small>
1083
- </div>
1084
- </li>
1085
-
1086
-
1087
- <li class="odd ">
1088
1096
  <div class="item">
1089
1097
  <span class='object_link'><a href="Compony.html#path_helper_name-class_method" title="Compony.path_helper_name (method)">path_helper_name</a></span>
1090
1098
  <small>Compony</small>
@@ -1092,7 +1100,7 @@
1092
1100
  </li>
1093
1101
 
1094
1102
 
1095
- <li class="even ">
1103
+ <li class="odd ">
1096
1104
  <div class="item">
1097
1105
  <span class='object_link'><a href="Compony/Components/List.html#process_data!-instance_method" title="Compony::Components::List#process_data! (method)">#process_data!</a></span>
1098
1106
  <small>Compony::Components::List</small>
@@ -1100,7 +1108,7 @@
1100
1108
  </li>
1101
1109
 
1102
1110
 
1103
- <li class="odd ">
1111
+ <li class="even ">
1104
1112
  <div class="item">
1105
1113
  <span class='object_link'><a href="Compony/Components/Form.html#pw_field-instance_method" title="Compony::Components::Form#pw_field (method)">#pw_field</a></span>
1106
1114
  <small>Compony::Components::Form</small>
@@ -1108,7 +1116,7 @@
1108
1116
  </li>
1109
1117
 
1110
1118
 
1111
- <li class="even ">
1119
+ <li class="odd ">
1112
1120
  <div class="item">
1113
1121
  <span class='object_link'><a href="Compony.html#rails_action_name-class_method" title="Compony.rails_action_name (method)">rails_action_name</a></span>
1114
1122
  <small>Compony</small>
@@ -1116,7 +1124,7 @@
1116
1124
  </li>
1117
1125
 
1118
1126
 
1119
- <li class="odd ">
1127
+ <li class="even ">
1120
1128
  <div class="item">
1121
1129
  <span class='object_link'><a href="Compony/ModelFields/Base.html#ransack_filter_input-instance_method" title="Compony::ModelFields::Base#ransack_filter_input (method)">#ransack_filter_input</a></span>
1122
1130
  <small>Compony::ModelFields::Base</small>
@@ -1124,7 +1132,7 @@
1124
1132
  </li>
1125
1133
 
1126
1134
 
1127
- <li class="even ">
1135
+ <li class="odd ">
1128
1136
  <div class="item">
1129
1137
  <span class='object_link'><a href="Compony/ModelFields/Boolean.html#ransack_filter_input-instance_method" title="Compony::ModelFields::Boolean#ransack_filter_input (method)">#ransack_filter_input</a></span>
1130
1138
  <small>Compony::ModelFields::Boolean</small>
@@ -1132,7 +1140,7 @@
1132
1140
  </li>
1133
1141
 
1134
1142
 
1135
- <li class="odd ">
1143
+ <li class="even ">
1136
1144
  <div class="item">
1137
1145
  <span class='object_link'><a href="Compony/ModelFields/Anchormodel.html#ransack_filter_input-instance_method" title="Compony::ModelFields::Anchormodel#ransack_filter_input (method)">#ransack_filter_input</a></span>
1138
1146
  <small>Compony::ModelFields::Anchormodel</small>
@@ -1140,7 +1148,7 @@
1140
1148
  </li>
1141
1149
 
1142
1150
 
1143
- <li class="even ">
1151
+ <li class="odd ">
1144
1152
  <div class="item">
1145
1153
  <span class='object_link'><a href="Compony/ModelFields/Base.html#ransack_filter_name-instance_method" title="Compony::ModelFields::Base#ransack_filter_name (method)">#ransack_filter_name</a></span>
1146
1154
  <small>Compony::ModelFields::Base</small>
@@ -1148,7 +1156,7 @@
1148
1156
  </li>
1149
1157
 
1150
1158
 
1151
- <li class="odd ">
1159
+ <li class="even ">
1152
1160
  <div class="item">
1153
1161
  <span class='object_link'><a href="Compony/ModelFields/Boolean.html#ransack_filter_name-instance_method" title="Compony::ModelFields::Boolean#ransack_filter_name (method)">#ransack_filter_name</a></span>
1154
1162
  <small>Compony::ModelFields::Boolean</small>
@@ -1156,7 +1164,7 @@
1156
1164
  </li>
1157
1165
 
1158
1166
 
1159
- <li class="even ">
1167
+ <li class="odd ">
1160
1168
  <div class="item">
1161
1169
  <span class='object_link'><a href="Compony/ModelFields/Integer.html#ransack_filter_name-instance_method" title="Compony::ModelFields::Integer#ransack_filter_name (method)">#ransack_filter_name</a></span>
1162
1170
  <small>Compony::ModelFields::Integer</small>
@@ -1164,7 +1172,7 @@
1164
1172
  </li>
1165
1173
 
1166
1174
 
1167
- <li class="odd ">
1175
+ <li class="even ">
1168
1176
  <div class="item">
1169
1177
  <span class='object_link'><a href="Compony/ModelFields/Anchormodel.html#ransack_filter_name-instance_method" title="Compony::ModelFields::Anchormodel#ransack_filter_name (method)">#ransack_filter_name</a></span>
1170
1178
  <small>Compony::ModelFields::Anchormodel</small>
@@ -1172,7 +1180,7 @@
1172
1180
  </li>
1173
1181
 
1174
1182
 
1175
- <li class="even ">
1183
+ <li class="odd ">
1176
1184
  <div class="item">
1177
1185
  <span class='object_link'><a href="Compony/Component.html#remove_content-instance_method" title="Compony::Component#remove_content (method)">#remove_content</a></span>
1178
1186
  <small>Compony::Component</small>
@@ -1180,7 +1188,7 @@
1180
1188
  </li>
1181
1189
 
1182
1190
 
1183
- <li class="odd ">
1191
+ <li class="even ">
1184
1192
  <div class="item">
1185
1193
  <span class='object_link'><a href="Compony/Component.html#remove_content!-instance_method" title="Compony::Component#remove_content! (method)">#remove_content!</a></span>
1186
1194
  <small>Compony::Component</small>
@@ -1188,7 +1196,7 @@
1188
1196
  </li>
1189
1197
 
1190
1198
 
1191
- <li class="even ">
1199
+ <li class="odd ">
1192
1200
  <div class="item">
1193
1201
  <span class='object_link'><a href="Compony/Component.html#render-instance_method" title="Compony::Component#render (method)">#render</a></span>
1194
1202
  <small>Compony::Component</small>
@@ -1196,7 +1204,7 @@
1196
1204
  </li>
1197
1205
 
1198
1206
 
1199
- <li class="odd ">
1207
+ <li class="even ">
1200
1208
  <div class="item">
1201
1209
  <span class='object_link'><a href="Compony/Component.html#render_actions-instance_method" title="Compony::Component#render_actions (method)">#render_actions</a></span>
1202
1210
  <small>Compony::Component</small>
@@ -1204,7 +1212,7 @@
1204
1212
  </li>
1205
1213
 
1206
1214
 
1207
- <li class="even ">
1215
+ <li class="odd ">
1208
1216
  <div class="item">
1209
1217
  <span class='object_link'><a href="Compony/ComponentMixins/Default/Standalone.html#render_standalone-instance_method" title="Compony::ComponentMixins::Default::Standalone#render_standalone (method)">#render_standalone</a></span>
1210
1218
  <small>Compony::ComponentMixins::Default::Standalone</small>
@@ -1212,7 +1220,7 @@
1212
1220
  </li>
1213
1221
 
1214
1222
 
1215
- <li class="odd ">
1223
+ <li class="even ">
1216
1224
  <div class="item">
1217
1225
  <span class='object_link'><a href="Compony/RequestContext.html#request_context-instance_method" title="Compony::RequestContext#request_context (method)">#request_context</a></span>
1218
1226
  <small>Compony::RequestContext</small>
@@ -1220,7 +1228,7 @@
1220
1228
  </li>
1221
1229
 
1222
1230
 
1223
- <li class="even ">
1231
+ <li class="odd ">
1224
1232
  <div class="item">
1225
1233
  <span class='object_link'><a href="Compony/ModelFields/Association.html#resolve_association!-instance_method" title="Compony::ModelFields::Association#resolve_association! (method)">#resolve_association!</a></span>
1226
1234
  <small>Compony::ModelFields::Association</small>
@@ -1228,7 +1236,7 @@
1228
1236
  </li>
1229
1237
 
1230
1238
 
1231
- <li class="odd ">
1239
+ <li class="even ">
1232
1240
  <div class="item">
1233
1241
  <span class='object_link'><a href="Compony/ModelFields/Attachment.html#resolve_attachment!-instance_method" title="Compony::ModelFields::Attachment#resolve_attachment! (method)">#resolve_attachment!</a></span>
1234
1242
  <small>Compony::ModelFields::Attachment</small>
@@ -1236,7 +1244,7 @@
1236
1244
  </li>
1237
1245
 
1238
1246
 
1239
- <li class="even ">
1247
+ <li class="odd ">
1240
1248
  <div class="item">
1241
1249
  <span class='object_link'><a href="Compony/Component.html#resourceful%3F-instance_method" title="Compony::Component#resourceful? (method)">#resourceful?</a></span>
1242
1250
  <small>Compony::Component</small>
@@ -1244,7 +1252,7 @@
1244
1252
  </li>
1245
1253
 
1246
1254
 
1247
- <li class="odd ">
1255
+ <li class="even ">
1248
1256
  <div class="item">
1249
1257
  <span class='object_link'><a href="Compony/ComponentMixins/Resourceful.html#resourceful%3F-instance_method" title="Compony::ComponentMixins::Resourceful#resourceful? (method)">#resourceful?</a></span>
1250
1258
  <small>Compony::ComponentMixins::Resourceful</small>
@@ -1252,7 +1260,7 @@
1252
1260
  </li>
1253
1261
 
1254
1262
 
1255
- <li class="even ">
1263
+ <li class="odd ">
1256
1264
  <div class="item">
1257
1265
  <span class='object_link'><a href="Compony/ComponentMixins/Resourceful.html#resourceful_sub_comp-instance_method" title="Compony::ComponentMixins::Resourceful#resourceful_sub_comp (method)">#resourceful_sub_comp</a></span>
1258
1266
  <small>Compony::ComponentMixins::Resourceful</small>
@@ -1260,7 +1268,7 @@
1260
1268
  </li>
1261
1269
 
1262
1270
 
1263
- <li class="odd ">
1271
+ <li class="even ">
1264
1272
  <div class="item">
1265
1273
  <span class='object_link'><a href="Compony/ComponentMixins/Default/Standalone/VerbDsl.html#respond-instance_method" title="Compony::ComponentMixins::Default::Standalone::VerbDsl#respond (method)">#respond</a></span>
1266
1274
  <small>Compony::ComponentMixins::Default::Standalone::VerbDsl</small>
@@ -1268,7 +1276,7 @@
1268
1276
  </li>
1269
1277
 
1270
1278
 
1271
- <li class="even ">
1279
+ <li class="odd ">
1272
1280
  <div class="item">
1273
1281
  <span class='object_link'><a href="Compony/RequestContext.html#respond_to_missing%3F-instance_method" title="Compony::RequestContext#respond_to_missing? (method)">#respond_to_missing?</a></span>
1274
1282
  <small>Compony::RequestContext</small>
@@ -1276,7 +1284,7 @@
1276
1284
  </li>
1277
1285
 
1278
1286
 
1279
- <li class="odd ">
1287
+ <li class="even ">
1280
1288
  <div class="item">
1281
1289
  <span class='object_link'><a href="Compony/MethodAccessibleHash.html#respond_to_missing%3F-instance_method" title="Compony::MethodAccessibleHash#respond_to_missing? (method)">#respond_to_missing?</a></span>
1282
1290
  <small>Compony::MethodAccessibleHash</small>
@@ -1284,7 +1292,7 @@
1284
1292
  </li>
1285
1293
 
1286
1294
 
1287
- <li class="even ">
1295
+ <li class="odd ">
1288
1296
  <div class="item">
1289
1297
  <span class='object_link'><a href="Compony/Components/List.html#results_per_page-instance_method" title="Compony::Components::List#results_per_page (method)">#results_per_page</a></span>
1290
1298
  <small>Compony::Components::List</small>
@@ -1292,7 +1300,7 @@
1292
1300
  </li>
1293
1301
 
1294
1302
 
1295
- <li class="odd ">
1303
+ <li class="even ">
1296
1304
  <div class="item">
1297
1305
  <span class='object_link'><a href="Compony.html#root_comp-class_method" title="Compony.root_comp (method)">root_comp</a></span>
1298
1306
  <small>Compony</small>
@@ -1300,7 +1308,7 @@
1300
1308
  </li>
1301
1309
 
1302
1310
 
1303
- <li class="even ">
1311
+ <li class="odd ">
1304
1312
  <div class="item">
1305
1313
  <span class='object_link'><a href="Compony/Component.html#root_comp-instance_method" title="Compony::Component#root_comp (method)">#root_comp</a></span>
1306
1314
  <small>Compony::Component</small>
@@ -1308,7 +1316,7 @@
1308
1316
  </li>
1309
1317
 
1310
1318
 
1311
- <li class="odd ">
1319
+ <li class="even ">
1312
1320
  <div class="item">
1313
1321
  <span class='object_link'><a href="Compony/Component.html#root_comp%3F-instance_method" title="Compony::Component#root_comp? (method)">#root_comp?</a></span>
1314
1322
  <small>Compony::Component</small>
@@ -1316,7 +1324,7 @@
1316
1324
  </li>
1317
1325
 
1318
1326
 
1319
- <li class="even ">
1327
+ <li class="odd ">
1320
1328
  <div class="item">
1321
1329
  <span class='object_link'><a href="Compony/Components/List.html#row_action-instance_method" title="Compony::Components::List#row_action (method)">#row_action</a></span>
1322
1330
  <small>Compony::Components::List</small>
@@ -1324,7 +1332,7 @@
1324
1332
  </li>
1325
1333
 
1326
1334
 
1327
- <li class="odd ">
1335
+ <li class="even ">
1328
1336
  <div class="item">
1329
1337
  <span class='object_link'><a href="Compony/Components/Form.html#schema-instance_method" title="Compony::Components::Form#schema (method)">#schema</a></span>
1330
1338
  <small>Compony::Components::Form</small>
@@ -1332,7 +1340,7 @@
1332
1340
  </li>
1333
1341
 
1334
1342
 
1335
- <li class="even ">
1343
+ <li class="odd ">
1336
1344
  <div class="item">
1337
1345
  <span class='object_link'><a href="Compony/Components/Form.html#schema_block_for-instance_method" title="Compony::Components::Form#schema_block_for (method)">#schema_block_for</a></span>
1338
1346
  <small>Compony::Components::Form</small>
@@ -1340,7 +1348,7 @@
1340
1348
  </li>
1341
1349
 
1342
1350
 
1343
- <li class="odd ">
1351
+ <li class="even ">
1344
1352
  <div class="item">
1345
1353
  <span class='object_link'><a href="Compony/Components/Form.html#schema_field-instance_method" title="Compony::Components::Form#schema_field (method)">#schema_field</a></span>
1346
1354
  <small>Compony::Components::Form</small>
@@ -1348,7 +1356,7 @@
1348
1356
  </li>
1349
1357
 
1350
1358
 
1351
- <li class="even ">
1359
+ <li class="odd ">
1352
1360
  <div class="item">
1353
1361
  <span class='object_link'><a href="Compony/Components/Form.html#schema_fields-instance_method" title="Compony::Components::Form#schema_fields (method)">#schema_fields</a></span>
1354
1362
  <small>Compony::Components::Form</small>
@@ -1356,7 +1364,7 @@
1356
1364
  </li>
1357
1365
 
1358
1366
 
1359
- <li class="odd ">
1367
+ <li class="even ">
1360
1368
  <div class="item">
1361
1369
  <span class='object_link'><a href="Compony/ModelFields/Base.html#schema_key-instance_method" title="Compony::ModelFields::Base#schema_key (method)">#schema_key</a></span>
1362
1370
  <small>Compony::ModelFields::Base</small>
@@ -1364,7 +1372,7 @@
1364
1372
  </li>
1365
1373
 
1366
1374
 
1367
- <li class="even ">
1375
+ <li class="odd ">
1368
1376
  <div class="item">
1369
1377
  <span class='object_link'><a href="Compony/Components/Form.html#schema_line-instance_method" title="Compony::Components::Form#schema_line (method)">#schema_line</a></span>
1370
1378
  <small>Compony::Components::Form</small>
@@ -1372,7 +1380,7 @@
1372
1380
  </li>
1373
1381
 
1374
1382
 
1375
- <li class="odd ">
1383
+ <li class="even ">
1376
1384
  <div class="item">
1377
1385
  <span class='object_link'><a href="Compony/ModelFields/Base.html#schema_line-instance_method" title="Compony::ModelFields::Base#schema_line (method)">#schema_line</a></span>
1378
1386
  <small>Compony::ModelFields::Base</small>
@@ -1380,7 +1388,7 @@
1380
1388
  </li>
1381
1389
 
1382
1390
 
1383
- <li class="even ">
1391
+ <li class="odd ">
1384
1392
  <div class="item">
1385
1393
  <span class='object_link'><a href="Compony/ModelFields/Association.html#schema_line-instance_method" title="Compony::ModelFields::Association#schema_line (method)">#schema_line</a></span>
1386
1394
  <small>Compony::ModelFields::Association</small>
@@ -1388,7 +1396,7 @@
1388
1396
  </li>
1389
1397
 
1390
1398
 
1391
- <li class="odd ">
1399
+ <li class="even ">
1392
1400
  <div class="item">
1393
1401
  <span class='object_link'><a href="Compony/Components/Form.html#schema_pw_field-instance_method" title="Compony::Components::Form#schema_pw_field (method)">#schema_pw_field</a></span>
1394
1402
  <small>Compony::Components::Form</small>
@@ -1396,7 +1404,7 @@
1396
1404
  </li>
1397
1405
 
1398
1406
 
1399
- <li class="even ">
1407
+ <li class="odd ">
1400
1408
  <div class="item">
1401
1409
  <span class='object_link'><a href="Compony/Components/Form.html#schema_wrapper_key_for-instance_method" title="Compony::Components::Form#schema_wrapper_key_for (method)">#schema_wrapper_key_for</a></span>
1402
1410
  <small>Compony::Components::Form</small>
@@ -1404,7 +1412,7 @@
1404
1412
  </li>
1405
1413
 
1406
1414
 
1407
- <li class="odd ">
1415
+ <li class="even ">
1408
1416
  <div class="item">
1409
1417
  <span class='object_link'><a href="Compony/Component.html#setup-class_method" title="Compony::Component.setup (method)">setup</a></span>
1410
1418
  <small>Compony::Component</small>
@@ -1412,7 +1420,7 @@
1412
1420
  </li>
1413
1421
 
1414
1422
 
1415
- <li class="even ">
1423
+ <li class="odd ">
1416
1424
  <div class="item">
1417
1425
  <span class='object_link'><a href="Compony/ModelFields/Base.html#simpleform_input-instance_method" title="Compony::ModelFields::Base#simpleform_input (method)">#simpleform_input</a></span>
1418
1426
  <small>Compony::ModelFields::Base</small>
@@ -1420,7 +1428,7 @@
1420
1428
  </li>
1421
1429
 
1422
1430
 
1423
- <li class="odd ">
1431
+ <li class="even ">
1424
1432
  <div class="item">
1425
1433
  <span class='object_link'><a href="Compony/ModelFields/Color.html#simpleform_input-instance_method" title="Compony::ModelFields::Color#simpleform_input (method)">#simpleform_input</a></span>
1426
1434
  <small>Compony::ModelFields::Color</small>
@@ -1428,7 +1436,7 @@
1428
1436
  </li>
1429
1437
 
1430
1438
 
1431
- <li class="even ">
1439
+ <li class="odd ">
1432
1440
  <div class="item">
1433
1441
  <span class='object_link'><a href="Compony/ModelFields/RichText.html#simpleform_input-instance_method" title="Compony::ModelFields::RichText#simpleform_input (method)">#simpleform_input</a></span>
1434
1442
  <small>Compony::ModelFields::RichText</small>
@@ -1436,7 +1444,7 @@
1436
1444
  </li>
1437
1445
 
1438
1446
 
1439
- <li class="odd ">
1447
+ <li class="even ">
1440
1448
  <div class="item">
1441
1449
  <span class='object_link'><a href="Compony/ModelFields/Attachment.html#simpleform_input-instance_method" title="Compony::ModelFields::Attachment#simpleform_input (method)">#simpleform_input</a></span>
1442
1450
  <small>Compony::ModelFields::Attachment</small>
@@ -1444,7 +1452,7 @@
1444
1452
  </li>
1445
1453
 
1446
1454
 
1447
- <li class="even ">
1455
+ <li class="odd ">
1448
1456
  <div class="item">
1449
1457
  <span class='object_link'><a href="Compony/ModelFields/Association.html#simpleform_input-instance_method" title="Compony::ModelFields::Association#simpleform_input (method)">#simpleform_input</a></span>
1450
1458
  <small>Compony::ModelFields::Association</small>
@@ -1452,7 +1460,7 @@
1452
1460
  </li>
1453
1461
 
1454
1462
 
1455
- <li class="odd ">
1463
+ <li class="even ">
1456
1464
  <div class="item">
1457
1465
  <span class='object_link'><a href="Compony/ModelFields/Base.html#simpleform_input_hidden-instance_method" title="Compony::ModelFields::Base#simpleform_input_hidden (method)">#simpleform_input_hidden</a></span>
1458
1466
  <small>Compony::ModelFields::Base</small>
@@ -1460,7 +1468,7 @@
1460
1468
  </li>
1461
1469
 
1462
1470
 
1463
- <li class="even ">
1471
+ <li class="odd ">
1464
1472
  <div class="item">
1465
1473
  <span class='object_link'><a href="Compony/ModelFields/Anchormodel.html#simpleform_input_hidden-instance_method" title="Compony::ModelFields::Anchormodel#simpleform_input_hidden (method)">#simpleform_input_hidden</a></span>
1466
1474
  <small>Compony::ModelFields::Anchormodel</small>
@@ -1468,7 +1476,7 @@
1468
1476
  </li>
1469
1477
 
1470
1478
 
1471
- <li class="odd ">
1479
+ <li class="even ">
1472
1480
  <div class="item">
1473
1481
  <span class='object_link'><a href="Compony/ModelFields/Association.html#simpleform_input_hidden-instance_method" title="Compony::ModelFields::Association#simpleform_input_hidden (method)">#simpleform_input_hidden</a></span>
1474
1482
  <small>Compony::ModelFields::Association</small>
@@ -1476,7 +1484,7 @@
1476
1484
  </li>
1477
1485
 
1478
1486
 
1479
- <li class="even ">
1487
+ <li class="odd ">
1480
1488
  <div class="item">
1481
1489
  <span class='object_link'><a href="Compony/Component.html#skip_action-instance_method" title="Compony::Component#skip_action (method)">#skip_action</a></span>
1482
1490
  <small>Compony::Component</small>
@@ -1484,7 +1492,7 @@
1484
1492
  </li>
1485
1493
 
1486
1494
 
1487
- <li class="odd ">
1495
+ <li class="even ">
1488
1496
  <div class="item">
1489
1497
  <span class='object_link'><a href="Compony/ComponentMixins/Default/Standalone/StandaloneDsl.html#skip_authentication!-instance_method" title="Compony::ComponentMixins::Default::Standalone::StandaloneDsl#skip_authentication! (method)">#skip_authentication!</a></span>
1490
1498
  <small>Compony::ComponentMixins::Default::Standalone::StandaloneDsl</small>
@@ -1492,7 +1500,7 @@
1492
1500
  </li>
1493
1501
 
1494
1502
 
1495
- <li class="even ">
1503
+ <li class="odd ">
1496
1504
  <div class="item">
1497
1505
  <span class='object_link'><a href="Compony/Components/Form.html#skip_autofocus-instance_method" title="Compony::Components::Form#skip_autofocus (method)">#skip_autofocus</a></span>
1498
1506
  <small>Compony::Components::Form</small>
@@ -1500,7 +1508,7 @@
1500
1508
  </li>
1501
1509
 
1502
1510
 
1503
- <li class="odd ">
1511
+ <li class="even ">
1504
1512
  <div class="item">
1505
1513
  <span class='object_link'><a href="Compony/Components/List.html#skip_column-instance_method" title="Compony::Components::List#skip_column (method)">#skip_column</a></span>
1506
1514
  <small>Compony::Components::List</small>
@@ -1508,7 +1516,7 @@
1508
1516
  </li>
1509
1517
 
1510
1518
 
1511
- <li class="even ">
1519
+ <li class="odd ">
1512
1520
  <div class="item">
1513
1521
  <span class='object_link'><a href="Compony/Components/Show.html#skip_column-instance_method" title="Compony::Components::Show#skip_column (method)">#skip_column</a></span>
1514
1522
  <small>Compony::Components::Show</small>
@@ -1516,7 +1524,7 @@
1516
1524
  </li>
1517
1525
 
1518
1526
 
1519
- <li class="odd ">
1527
+ <li class="even ">
1520
1528
  <div class="item">
1521
1529
  <span class='object_link'><a href="Compony/Components/List.html#skip_filtering!-instance_method" title="Compony::Components::List#skip_filtering! (method)">#skip_filtering!</a></span>
1522
1530
  <small>Compony::Components::List</small>
@@ -1524,7 +1532,7 @@
1524
1532
  </li>
1525
1533
 
1526
1534
 
1527
- <li class="even ">
1535
+ <li class="odd ">
1528
1536
  <div class="item">
1529
1537
  <span class='object_link'><a href="Compony/ComponentMixins/Default/Standalone/StandaloneDsl.html#skip_forgery_protection!-instance_method" title="Compony::ComponentMixins::Default::Standalone::StandaloneDsl#skip_forgery_protection! (method)">#skip_forgery_protection!</a></span>
1530
1538
  <small>Compony::ComponentMixins::Default::Standalone::StandaloneDsl</small>
@@ -1532,7 +1540,7 @@
1532
1540
  </li>
1533
1541
 
1534
1542
 
1535
- <li class="odd ">
1543
+ <li class="even ">
1536
1544
  <div class="item">
1537
1545
  <span class='object_link'><a href="Compony/Components/List.html#skip_pagination!-instance_method" title="Compony::Components::List#skip_pagination! (method)">#skip_pagination!</a></span>
1538
1546
  <small>Compony::Components::List</small>
@@ -1540,7 +1548,7 @@
1540
1548
  </li>
1541
1549
 
1542
1550
 
1543
- <li class="even ">
1551
+ <li class="odd ">
1544
1552
  <div class="item">
1545
1553
  <span class='object_link'><a href="Compony/Components/List.html#skip_row_action-instance_method" title="Compony::Components::List#skip_row_action (method)">#skip_row_action</a></span>
1546
1554
  <small>Compony::Components::List</small>
@@ -1548,7 +1556,7 @@
1548
1556
  </li>
1549
1557
 
1550
1558
 
1551
- <li class="odd ">
1559
+ <li class="even ">
1552
1560
  <div class="item">
1553
1561
  <span class='object_link'><a href="Compony/Components/List.html#skip_sorting!-instance_method" title="Compony::Components::List#skip_sorting! (method)">#skip_sorting!</a></span>
1554
1562
  <small>Compony::Components::List</small>
@@ -1556,7 +1564,7 @@
1556
1564
  </li>
1557
1565
 
1558
1566
 
1559
- <li class="even ">
1567
+ <li class="odd ">
1560
1568
  <div class="item">
1561
1569
  <span class='object_link'><a href="Compony/Components/List.html#skip_sorting_in_filter!-instance_method" title="Compony::Components::List#skip_sorting_in_filter! (method)">#skip_sorting_in_filter!</a></span>
1562
1570
  <small>Compony::Components::List</small>
@@ -1564,7 +1572,7 @@
1564
1572
  </li>
1565
1573
 
1566
1574
 
1567
- <li class="odd ">
1575
+ <li class="even ">
1568
1576
  <div class="item">
1569
1577
  <span class='object_link'><a href="Compony/Components/List.html#skip_sorting_links!-instance_method" title="Compony::Components::List#skip_sorting_links! (method)">#skip_sorting_links!</a></span>
1570
1578
  <small>Compony::Components::List</small>
@@ -1572,7 +1580,7 @@
1572
1580
  </li>
1573
1581
 
1574
1582
 
1575
- <li class="even ">
1583
+ <li class="odd ">
1576
1584
  <div class="item">
1577
1585
  <span class='object_link'><a href="Compony/Components/List.html#sort-instance_method" title="Compony::Components::List#sort (method)">#sort</a></span>
1578
1586
  <small>Compony::Components::List</small>
@@ -1580,7 +1588,7 @@
1580
1588
  </li>
1581
1589
 
1582
1590
 
1583
- <li class="odd ">
1591
+ <li class="even ">
1584
1592
  <div class="item">
1585
1593
  <span class='object_link'><a href="Compony/Components/List.html#sorting_enabled%3F-instance_method" title="Compony::Components::List#sorting_enabled? (method)">#sorting_enabled?</a></span>
1586
1594
  <small>Compony::Components::List</small>
@@ -1588,7 +1596,7 @@
1588
1596
  </li>
1589
1597
 
1590
1598
 
1591
- <li class="even ">
1599
+ <li class="odd ">
1592
1600
  <div class="item">
1593
1601
  <span class='object_link'><a href="Compony/Components/List.html#sorting_in_filter_enabled%3F-instance_method" title="Compony::Components::List#sorting_in_filter_enabled? (method)">#sorting_in_filter_enabled?</a></span>
1594
1602
  <small>Compony::Components::List</small>
@@ -1596,7 +1604,7 @@
1596
1604
  </li>
1597
1605
 
1598
1606
 
1599
- <li class="odd ">
1607
+ <li class="even ">
1600
1608
  <div class="item">
1601
1609
  <span class='object_link'><a href="Compony/Components/List.html#sorting_in_filter_select_opts-instance_method" title="Compony::Components::List#sorting_in_filter_select_opts (method)">#sorting_in_filter_select_opts</a></span>
1602
1610
  <small>Compony::Components::List</small>
@@ -1604,7 +1612,7 @@
1604
1612
  </li>
1605
1613
 
1606
1614
 
1607
- <li class="even ">
1615
+ <li class="odd ">
1608
1616
  <div class="item">
1609
1617
  <span class='object_link'><a href="Compony/Components/List.html#sorting_links_enabled%3F-instance_method" title="Compony::Components::List#sorting_links_enabled? (method)">#sorting_links_enabled?</a></span>
1610
1618
  <small>Compony::Components::List</small>
@@ -1612,7 +1620,7 @@
1612
1620
  </li>
1613
1621
 
1614
1622
 
1615
- <li class="odd ">
1623
+ <li class="even ">
1616
1624
  <div class="item">
1617
1625
  <span class='object_link'><a href="Compony/Components/List.html#sorts-instance_method" title="Compony::Components::List#sorts (method)">#sorts</a></span>
1618
1626
  <small>Compony::Components::List</small>
@@ -1620,7 +1628,7 @@
1620
1628
  </li>
1621
1629
 
1622
1630
 
1623
- <li class="even ">
1631
+ <li class="odd ">
1624
1632
  <div class="item">
1625
1633
  <span class='object_link'><a href="Compony/ComponentMixins/Default/Standalone.html#standalone-instance_method" title="Compony::ComponentMixins::Default::Standalone#standalone (method)">#standalone</a></span>
1626
1634
  <small>Compony::ComponentMixins::Default::Standalone</small>
@@ -1628,7 +1636,7 @@
1628
1636
  </li>
1629
1637
 
1630
1638
 
1631
- <li class="odd ">
1639
+ <li class="even ">
1632
1640
  <div class="item">
1633
1641
  <span class='object_link'><a href="Compony/ComponentMixins/Default/Standalone.html#standalone_access_permitted_for%3F-instance_method" title="Compony::ComponentMixins::Default::Standalone#standalone_access_permitted_for? (method)">#standalone_access_permitted_for?</a></span>
1634
1642
  <small>Compony::ComponentMixins::Default::Standalone</small>
@@ -1636,7 +1644,7 @@
1636
1644
  </li>
1637
1645
 
1638
1646
 
1639
- <li class="even ">
1647
+ <li class="odd ">
1640
1648
  <div class="item">
1641
1649
  <span class='object_link'><a href="Compony/ComponentMixins/Resourceful.html#store_data-instance_method" title="Compony::ComponentMixins::Resourceful#store_data (method)">#store_data</a></span>
1642
1650
  <small>Compony::ComponentMixins::Resourceful</small>
@@ -1644,7 +1652,7 @@
1644
1652
  </li>
1645
1653
 
1646
1654
 
1647
- <li class="odd ">
1655
+ <li class="even ">
1648
1656
  <div class="item">
1649
1657
  <span class='object_link'><a href="Compony/ComponentMixins/Default/Standalone/ResourcefulVerbDsl.html#store_data-instance_method" title="Compony::ComponentMixins::Default::Standalone::ResourcefulVerbDsl#store_data (method)">#store_data</a></span>
1650
1658
  <small>Compony::ComponentMixins::Default::Standalone::ResourcefulVerbDsl</small>
@@ -1652,7 +1660,7 @@
1652
1660
  </li>
1653
1661
 
1654
1662
 
1655
- <li class="even ">
1663
+ <li class="odd ">
1656
1664
  <div class="item">
1657
1665
  <span class='object_link'><a href="Compony/Component.html#sub_comp-instance_method" title="Compony::Component#sub_comp (method)">#sub_comp</a></span>
1658
1666
  <small>Compony::Component</small>
@@ -1660,7 +1668,7 @@
1660
1668
  </li>
1661
1669
 
1662
1670
 
1663
- <li class="odd ">
1671
+ <li class="even ">
1664
1672
  <div class="item">
1665
1673
  <span class='object_link'><a href="Compony/Components/WithForm.html#submit_path-instance_method" title="Compony::Components::WithForm#submit_path (method)">#submit_path</a></span>
1666
1674
  <small>Compony::Components::WithForm</small>
@@ -1668,7 +1676,7 @@
1668
1676
  </li>
1669
1677
 
1670
1678
 
1671
- <li class="even ">
1679
+ <li class="odd ">
1672
1680
  <div class="item">
1673
1681
  <span class='object_link'><a href="Compony/Components/WithForm.html#submit_verb-instance_method" title="Compony::Components::WithForm#submit_verb (method)">#submit_verb</a></span>
1674
1682
  <small>Compony::Components::WithForm</small>
@@ -1676,7 +1684,7 @@
1676
1684
  </li>
1677
1685
 
1678
1686
 
1679
- <li class="odd ">
1687
+ <li class="even ">
1680
1688
  <div class="item">
1681
1689
  <span class='object_link'><a href="Compony/ComponentMixins/Default/Standalone/VerbDsl.html#to_conf-instance_method" title="Compony::ComponentMixins::Default::Standalone::VerbDsl#to_conf (method)">#to_conf</a></span>
1682
1690
  <small>Compony::ComponentMixins::Default::Standalone::VerbDsl</small>
@@ -1684,7 +1692,7 @@
1684
1692
  </li>
1685
1693
 
1686
1694
 
1687
- <li class="even ">
1695
+ <li class="odd ">
1688
1696
  <div class="item">
1689
1697
  <span class='object_link'><a href="Compony/ComponentMixins/Default/Standalone/StandaloneDsl.html#to_conf-instance_method" title="Compony::ComponentMixins::Default::Standalone::StandaloneDsl#to_conf (method)">#to_conf</a></span>
1690
1698
  <small>Compony::ComponentMixins::Default::Standalone::StandaloneDsl</small>
@@ -1692,7 +1700,7 @@
1692
1700
  </li>
1693
1701
 
1694
1702
 
1695
- <li class="odd ">
1703
+ <li class="even ">
1696
1704
  <div class="item">
1697
1705
  <span class='object_link'><a href="Compony/ComponentMixins/Default/Standalone/ResourcefulVerbDsl.html#to_conf-instance_method" title="Compony::ComponentMixins::Default::Standalone::ResourcefulVerbDsl#to_conf (method)">#to_conf</a></span>
1698
1706
  <small>Compony::ComponentMixins::Default::Standalone::ResourcefulVerbDsl</small>
@@ -1700,7 +1708,7 @@
1700
1708
  </li>
1701
1709
 
1702
1710
 
1703
- <li class="even ">
1711
+ <li class="odd ">
1704
1712
  <div class="item">
1705
1713
  <span class='object_link'><a href="Compony/ModelFields/Base.html#transform_and_join-instance_method" title="Compony::ModelFields::Base#transform_and_join (method)">#transform_and_join</a></span>
1706
1714
  <small>Compony::ModelFields::Base</small>
@@ -1708,7 +1716,7 @@
1708
1716
  </li>
1709
1717
 
1710
1718
 
1711
- <li class="odd ">
1719
+ <li class="even ">
1712
1720
  <div class="item">
1713
1721
  <span class='object_link'><a href="Compony/ModelFields/Url.html#value_for-instance_method" title="Compony::ModelFields::Url#value_for (method)">#value_for</a></span>
1714
1722
  <small>Compony::ModelFields::Url</small>
@@ -1716,7 +1724,7 @@
1716
1724
  </li>
1717
1725
 
1718
1726
 
1719
- <li class="even ">
1727
+ <li class="odd ">
1720
1728
  <div class="item">
1721
1729
  <span class='object_link'><a href="Compony/ModelFields/Base.html#value_for-instance_method" title="Compony::ModelFields::Base#value_for (method)">#value_for</a></span>
1722
1730
  <small>Compony::ModelFields::Base</small>
@@ -1724,7 +1732,7 @@
1724
1732
  </li>
1725
1733
 
1726
1734
 
1727
- <li class="odd ">
1735
+ <li class="even ">
1728
1736
  <div class="item">
1729
1737
  <span class='object_link'><a href="Compony/ModelFields/Date.html#value_for-instance_method" title="Compony::ModelFields::Date#value_for (method)">#value_for</a></span>
1730
1738
  <small>Compony::ModelFields::Date</small>
@@ -1732,7 +1740,7 @@
1732
1740
  </li>
1733
1741
 
1734
1742
 
1735
- <li class="even ">
1743
+ <li class="odd ">
1736
1744
  <div class="item">
1737
1745
  <span class='object_link'><a href="Compony/ModelFields/Color.html#value_for-instance_method" title="Compony::ModelFields::Color#value_for (method)">#value_for</a></span>
1738
1746
  <small>Compony::ModelFields::Color</small>
@@ -1740,7 +1748,7 @@
1740
1748
  </li>
1741
1749
 
1742
1750
 
1743
- <li class="odd ">
1751
+ <li class="even ">
1744
1752
  <div class="item">
1745
1753
  <span class='object_link'><a href="Compony/ModelFields/Email.html#value_for-instance_method" title="Compony::ModelFields::Email#value_for (method)">#value_for</a></span>
1746
1754
  <small>Compony::ModelFields::Email</small>
@@ -1748,7 +1756,7 @@
1748
1756
  </li>
1749
1757
 
1750
1758
 
1751
- <li class="even ">
1759
+ <li class="odd ">
1752
1760
  <div class="item">
1753
1761
  <span class='object_link'><a href="Compony/ModelFields/Phone.html#value_for-instance_method" title="Compony::ModelFields::Phone#value_for (method)">#value_for</a></span>
1754
1762
  <small>Compony::ModelFields::Phone</small>
@@ -1756,7 +1764,7 @@
1756
1764
  </li>
1757
1765
 
1758
1766
 
1759
- <li class="odd ">
1767
+ <li class="even ">
1760
1768
  <div class="item">
1761
1769
  <span class='object_link'><a href="Compony/ModelFields/Boolean.html#value_for-instance_method" title="Compony::ModelFields::Boolean#value_for (method)">#value_for</a></span>
1762
1770
  <small>Compony::ModelFields::Boolean</small>
@@ -1764,7 +1772,7 @@
1764
1772
  </li>
1765
1773
 
1766
1774
 
1767
- <li class="even ">
1775
+ <li class="odd ">
1768
1776
  <div class="item">
1769
1777
  <span class='object_link'><a href="Compony/ModelFields/Currency.html#value_for-instance_method" title="Compony::ModelFields::Currency#value_for (method)">#value_for</a></span>
1770
1778
  <small>Compony::ModelFields::Currency</small>
@@ -1772,7 +1780,7 @@
1772
1780
  </li>
1773
1781
 
1774
1782
 
1775
- <li class="odd ">
1783
+ <li class="even ">
1776
1784
  <div class="item">
1777
1785
  <span class='object_link'><a href="Compony/ModelFields/Datetime.html#value_for-instance_method" title="Compony::ModelFields::Datetime#value_for (method)">#value_for</a></span>
1778
1786
  <small>Compony::ModelFields::Datetime</small>
@@ -1780,7 +1788,7 @@
1780
1788
  </li>
1781
1789
 
1782
1790
 
1783
- <li class="even ">
1791
+ <li class="odd ">
1784
1792
  <div class="item">
1785
1793
  <span class='object_link'><a href="Compony/ModelFields/Attachment.html#value_for-instance_method" title="Compony::ModelFields::Attachment#value_for (method)">#value_for</a></span>
1786
1794
  <small>Compony::ModelFields::Attachment</small>
@@ -1788,7 +1796,7 @@
1788
1796
  </li>
1789
1797
 
1790
1798
 
1791
- <li class="odd ">
1799
+ <li class="even ">
1792
1800
  <div class="item">
1793
1801
  <span class='object_link'><a href="Compony/ModelFields/Percentage.html#value_for-instance_method" title="Compony::ModelFields::Percentage#value_for (method)">#value_for</a></span>
1794
1802
  <small>Compony::ModelFields::Percentage</small>
@@ -1796,7 +1804,7 @@
1796
1804
  </li>
1797
1805
 
1798
1806
 
1799
- <li class="even ">
1807
+ <li class="odd ">
1800
1808
  <div class="item">
1801
1809
  <span class='object_link'><a href="Compony/ModelFields/Anchormodel.html#value_for-instance_method" title="Compony::ModelFields::Anchormodel#value_for (method)">#value_for</a></span>
1802
1810
  <small>Compony::ModelFields::Anchormodel</small>
@@ -1804,7 +1812,7 @@
1804
1812
  </li>
1805
1813
 
1806
1814
 
1807
- <li class="odd ">
1815
+ <li class="even ">
1808
1816
  <div class="item">
1809
1817
  <span class='object_link'><a href="Compony/ModelFields/Association.html#value_for-instance_method" title="Compony::ModelFields::Association#value_for (method)">#value_for</a></span>
1810
1818
  <small>Compony::ModelFields::Association</small>
@@ -1812,7 +1820,7 @@
1812
1820
  </li>
1813
1821
 
1814
1822
 
1815
- <li class="even ">
1823
+ <li class="odd ">
1816
1824
  <div class="item">
1817
1825
  <span class='object_link'><a href="Compony/ComponentMixins/Default/Standalone/StandaloneDsl.html#verb-instance_method" title="Compony::ComponentMixins::Default::Standalone::StandaloneDsl#verb (method)">#verb</a></span>
1818
1826
  <small>Compony::ComponentMixins::Default::Standalone::StandaloneDsl</small>
@@ -1820,7 +1828,7 @@
1820
1828
  </li>
1821
1829
 
1822
1830
 
1823
- <li class="odd ">
1831
+ <li class="even ">
1824
1832
  <div class="item">
1825
1833
  <span class='object_link'><a href="Compony.html#with_button_defaults-class_method" title="Compony.with_button_defaults (method)">with_button_defaults</a></span>
1826
1834
  <small>Compony</small>
@@ -1828,7 +1836,7 @@
1828
1836
  </li>
1829
1837
 
1830
1838
 
1831
- <li class="even ">
1839
+ <li class="odd ">
1832
1840
  <div class="item">
1833
1841
  <span class='object_link'><a href="Compony/Components/Form.html#with_simpleform-instance_method" title="Compony::Components::Form#with_simpleform (method)">#with_simpleform</a></span>
1834
1842
  <small>Compony::Components::Form</small>