method
select_markup_helper?
v6.1.7.7 -
Show latest stable
- Class:
ActionView::Helpers::ActiveModelInstanceTag
select_markup_helper?(type)private
No documentation available.
# File actionview/lib/action_view/helpers/active_model_helper.rb, line 45
def select_markup_helper?(type)
["optgroup", "option"].include?(type)
end