From bba409e143b1e236e0fac6a0c1024a8648205b77 Mon Sep 17 00:00:00 2001 From: "yuuji.yaginuma" Date: Sun, 5 Jul 2015 10:58:55 +0900 Subject: remove reference to `country_options_for_select` and `country_select` from guide [ci skip] these methods were removed in 2d27b82d4cf446543539ad20afcbad256d8aeff7 --- guides/source/action_view_overview.md | 8 -------- 1 file changed, 8 deletions(-) (limited to 'guides') diff --git a/guides/source/action_view_overview.md b/guides/source/action_view_overview.md index 363f4dc303..98c6cbd540 100644 --- a/guides/source/action_view_overview.md +++ b/guides/source/action_view_overview.md @@ -1059,14 +1059,6 @@ If `@article.author_ids` is [1], this would return: ``` -#### country_options_for_select - -Returns a string of option tags for pretty much any country in the world. - -#### country_select - -Returns select and option tags for the given object and method, using country_options_for_select to generate the list of option tags. - #### option_groups_from_collection_for_select Returns a string of `option` tags, like `options_from_collection_for_select`, but groups them by `optgroup` tags based on the object relationships of the arguments. -- cgit v1.2.3