Sha256: 6702523dc303ef07dcfd2aa123385bd4336d86413fccd1a6fbc69ec7699c179e
Contents?: true
Size: 215 Bytes
Versions: 4
Compression:
Stored size: 215 Bytes
Contents
<h1>Accounts#index</h1> <p>Find me in app/views/billing/accounts/index.html.erb</p> <%= link_to :new, new_account_path %> <hr /> <% @accounts.each do |account| %> <%= link_to account.inspect, account %> <% end %>
Version data entries
4 entries across 4 versions & 1 rubygems