diff --git a/plugins/custom_forms/lib/custom_forms_plugin/text_field.rb b/plugins/custom_forms/lib/custom_forms_plugin/text_field.rb index e923030..9524a81 100644 --- a/plugins/custom_forms/lib/custom_forms_plugin/text_field.rb +++ b/plugins/custom_forms/lib/custom_forms_plugin/text_field.rb @@ -1,5 +1,3 @@ class CustomFormsPlugin::TextField < CustomFormsPlugin::Field set_table_name :custom_forms_plugin_fields - - attr_accessible :name end diff --git a/plugins/custom_forms/views/custom_forms_plugin_myprofile/_form.html.erb b/plugins/custom_forms/views/custom_forms_plugin_myprofile/_form.html.erb index 7bb6187..edd1ddd 100644 --- a/plugins/custom_forms/views/custom_forms_plugin_myprofile/_form.html.erb +++ b/plugins/custom_forms/views/custom_forms_plugin_myprofile/_form.html.erb @@ -23,7 +23,7 @@

<%= _('Fields') %>