Skip to content
This repository was archived by the owner on Nov 6, 2025. It is now read-only.

Commit 293e95d

Browse files
committed
Restore missing helpers
1 parent 67b0551 commit 293e95d

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

autoload/rails.vim

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3476,21 +3476,21 @@ function! s:helpermethods()
34763476
return ""
34773477
\."action_name atom_feed audio_path audio_tag auto_discovery_link_tag "
34783478
\."button_tag button_to button_to_function "
3479-
\."cache capture cdata_section check_box check_box_tag collection_select concat content_for content_tag content_tag_for controller controller_name controller_path convert_to_model csrf_meta_tag csrf_meta_tags current_cycle cycle "
3479+
\."cache capture cdata_section check_box check_box_tag collection_select concat content_for content_tag content_tag_for controller controller_name controller_path convert_to_model cookies csrf_meta_tag csrf_meta_tags current_cycle cycle "
34803480
\."date_select datetime_select debug distance_of_time_in_words distance_of_time_in_words_to_now div_for dom_class dom_id "
34813481
\."email_field email_field_tag escape_javascript escape_once excerpt "
3482-
\."favicon_link_tag field_set_tag fields_for file_field file_field_tag form_for form_tag "
3482+
\."favicon_link_tag field_set_tag fields_for file_field file_field_tag flash form_for form_tag "
34833483
\."grouped_collection_select grouped_options_for_select "
3484-
\."hidden_field hidden_field_tag highlight "
3484+
\."headers hidden_field hidden_field_tag highlight "
34853485
\."image_alt image_path image_submit_tag image_tag "
34863486
\."j javascript_cdata_section javascript_include_tag javascript_path javascript_tag "
3487-
\."l label label_tag link_to link_to_function link_to_if link_to_unless link_to_unless_current localize "
3487+
\."l label label_tag link_to link_to_function link_to_if link_to_unless link_to_unless_current localize logger "
34883488
\."mail_to "
34893489
\."number_field number_field_tag number_to_currency number_to_human number_to_human_size number_to_percentage number_to_phone number_with_delimiter number_with_precision "
34903490
\."option_groups_from_collection_for_select options_for_select options_from_collection_for_select "
3491-
\."password_field password_field_tag path_to_audio path_to_image path_to_javascript path_to_stylesheet path_to_video phone_field phone_field_tag pluralize provide "
3492-
\."radio_button radio_button_tag range_field range_field_tag raw request_forgery_protection_token reset_cycle "
3493-
\."safe_concat safe_join sanitize sanitize_css search_field search_field_tag select select_date select_datetime select_day select_hour select_minute select_month select_second select_tag select_time select_year simple_format strip_links strip_tags stylesheet_link_tag stylesheet_path submit_tag "
3491+
\."params password_field password_field_tag path_to_audio path_to_image path_to_javascript path_to_stylesheet path_to_video phone_field phone_field_tag pluralize provide "
3492+
\."radio_button radio_button_tag range_field range_field_tag raw render request request_forgery_protection_token reset_cycle response "
3493+
\."safe_concat safe_join sanitize sanitize_css search_field search_field_tag select select_date select_datetime select_day select_hour select_minute select_month select_second select_tag select_time select_year session simple_format strip_links strip_tags stylesheet_link_tag stylesheet_path submit_tag "
34943494
\."t tag telephone_field telephone_field_tag text_area text_area_tag text_field text_field_tag time_ago_in_words time_select time_tag time_zone_options_for_select time_zone_select translate truncate "
34953495
\."url_field url_field_tag url_for url_options "
34963496
\."video_path video_tag "

0 commit comments

Comments
 (0)