Method: Surveyor::Models::QuestionMethods#help_text_for

Defined in:
lib/surveyor/models/question_methods.rb

#help_text_for(context = nil, locale = nil) ⇒ Object



83
84
85
# File 'lib/surveyor/models/question_methods.rb', line 83

def help_text_for(context = nil, locale = nil)
  in_context(translation(locale)[:help_text], context)
end