diff --git a/app/views/custom_tables/_form.html.erb b/app/views/custom_tables/_form.html.erb index c92ae51..1d5b295 100644 --- a/app/views/custom_tables/_form.html.erb +++ b/app/views/custom_tables/_form.html.erb @@ -1,5 +1,5 @@ <%= error_messages_for @custom_table %> - +
<%= f.text_field :name, size: 50, required: true %>
@@ -54,6 +54,7 @@