Skip to content

Commit eb388f0

Browse files
committed
Merge pull request tpope#453 from lucascaton/master
Adding 'action_cable_meta_tag' (from Rails 5) to helper methods list
2 parents abf87ba + a47ebac commit eb388f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoload/rails.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3701,7 +3701,7 @@ function! s:helpermethods()
37013701
return ""
37023702
\."action_name asset_path asset_url atom_feed audio_path audio_tag audio_url auto_discovery_link_tag "
37033703
\."button_tag button_to "
3704-
\."cache cache_fragment_name cache_if cache_unless capture cdata_section check_box check_box_tag collection_check_boxes collection_radio_buttons collection_select color_field color_field_tag compute_asset_extname compute_asset_host compute_asset_path 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 "
3704+
\."cache cache_fragment_name cache_if cache_unless capture cdata_section check_box check_box_tag collection_check_boxes collection_radio_buttons collection_select color_field color_field_tag compute_asset_extname compute_asset_host compute_asset_path 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 action_cable_meta_tag "
37053705
\."date_field date_field_tag date_select datetime_field datetime_field_tag datetime_local_field datetime_local_field_tag datetime_select debug distance_of_time_in_words distance_of_time_in_words_to_now div_for dom_class dom_id "
37063706
\."email_field email_field_tag escape_javascript escape_once excerpt "
37073707
\."favicon_link_tag field_set_tag fields_for file_field file_field_tag flash font_path font_url form_for form_tag "

0 commit comments

Comments
 (0)