[Source]
# File lib/gettext_rails/action_view/form_builder.rb, line 19 19: def label_with_gettext(method, text = nil, options = {}) 20: text ||= s_("#{@object.class}|#{method.to_s.humanize}") 21: @template.label(@object_name, method, text, options.merge(:object => @object)) 22: end
[Validate]