method

prompt_text

Importance_0
v8.1.1 - Show latest stable - 0 notes - Class: ActionView::Helpers::DateTimeSelector
prompt_text(prompt, type) private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionview/lib/action_view/helpers/date_helper.rb, line 902
        def prompt_text(prompt, type)
          prompt.kind_of?(String) ? prompt : I18n.translate(:"datetime.prompts.#{type}", locale: @options[:locale])
        end
Register or log in to add new notes.