Customers<%= link_to raw('Add Customer'), new_admin_customer_path(), :class=>"pull-right"%>

<% @customers.each do |customer| %> <% end %>
Name Created At Updated At Enabled Action
<%= customer.name %> : : <%= customer.api_customer_id %> <%= customer.created_at %> <%= customer.updated_at %> <%= customer.is_active ? ''.html_safe : ''.html_safe %> <%= link_to raw(''), edit_admin_customer_path(customer)%>