Method: DynamicFieldsets::Field#show_header_partial

Defined in:
app/models/dynamic_fieldsets/field.rb

#show_header_partialString

This method must be overriden if show_header_partial returns true

Returns:

  • (String)

    Name of the input header for the show



123
124
125
# File 'app/models/dynamic_fieldsets/field.rb', line 123

def show_header_partial
  "/dynamic_fieldsets/show_partials/show_incomplete_header"
end