<%= form_for(@modules_connection) do |f| %> <%= render 'phcnotifi/validations', :object => @modules_connection %>
<%= f.label :category_id, "Category ID" %> <%= f.text_field :category_id, class: "form-control" %>
<%= f.label :post_id, "Post ID" %> <%= f.text_field :post_id, class: "form-control" %>
<%= f.submit class: "btn btn-primary" %>
<% end %>