method

render

rails latest stable - Class: ActionView::Helpers::Tags::DateSelect
render()
public

No documentation available.

# File actionview/lib/action_view/helpers/tags/date_select.rb, line 17
        def render
          error_wrapping(datetime_selector(@options, @html_options).public_send("select_#{select_type}").html_safe)
        end