Method: DynamicFieldsets::Field#show_partial

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

#show_partialString

This method must be overriden

Returns:

  • (String)

    Name of partial to render for the show page



116
117
118
# File 'app/models/dynamic_fieldsets/field.rb', line 116

def show_partial
  "/dynamic_fieldsets/show_partials/show_incomplete"
end