ref: master
plugins/custom_forms/lib/custom_forms_plugin/numeric.rb
1 2 3 4
class CustomFormsPlugin::Numeric < CustomFormsPlugin::Field self.table_name = :custom_forms_plugin_fields end