method

select_markup_helper?

rails 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