aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Dupret <robin.dupret@gmail.com>2015-07-05 12:18:12 +0200
committerRobin Dupret <robin.dupret@gmail.com>2015-07-05 12:18:12 +0200
commit798ad25f76bf6c954eb2923adb0452137b8f9925 (patch)
tree4f3f157cf6596fa85046d46573e7a2ebf137347d
parentf09678b7b1442d70636a60edb6be138614cf789f (diff)
parentbba409e143b1e236e0fac6a0c1024a8648205b77 (diff)
downloadrails-798ad25f76bf6c954eb2923adb0452137b8f9925.tar.gz
rails-798ad25f76bf6c954eb2923adb0452137b8f9925.tar.bz2
rails-798ad25f76bf6c954eb2923adb0452137b8f9925.zip
Merge pull request #20780 from y-yagi/action_view_overview_guide
remove reference to `country_options_for_select` and `country_select` from guide [ci skip]
-rw-r--r--guides/source/action_view_overview.md8
1 files changed, 0 insertions, 8 deletions
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:
<input name="article[author_ids][]" type="hidden" value="" />
```
-#### 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.