class Primer::Forms::Base
def render_caption_template(field_name)
def render_caption_template(field_name) send(:"render_#{self.class.sanitize_field_name_for_template_path(field_name)}_caption") end
def render_caption_template(field_name) send(:"render_#{self.class.sanitize_field_name_for_template_path(field_name)}_caption") end