blob: 37189ea7e39cd2114e1aab893a12106e7feb8cb2 (
plain)
1
2
3
4
5
|
class QuestionContentEmailHints < Hobo::ViewHints
field_help :req_text => "Enter one requirement per line.
Each requirement should be 'Field : regexp to match' (including spaces around colon).
If you want to use colon in field and regexp then escape it with backslash."
end
|