<%= notice %>

Apis

<% @apis.each do |api| %> <% end %>
Rfc Rftrolling foreign key Code
<%= api.rfc %> <%= api.rftrolling_foreign_key %> <%= api.code_id %> <%= link_to 'Show', api %> <%= link_to 'Edit', edit_api_path(api) %> <%= link_to 'Destroy', api, method: :delete, data: { confirm: 'Are you sure?' } %>

<%= link_to 'New Api', new_api_path %>