Sha256: 4fec363df19b899e6dbf037ec2716becdfb5435ff785fbd97fa2c04303caf291
Contents?: true
Size: 502 Bytes
Versions: 9
Compression:
Stored size: 502 Bytes
Contents
Hello, this application is used by this users: <table> <tbody> <% @users.each do |user| %> <tr> <td><%= user.email %></td> <td><%= user.posts.count %></td> </tr> <% end %> </tbody> <thead> <tr> <th>E-mail</th> <th>Posts count</th> </tr> </thead> </table> U can try to get an <%= link_to 'error', '/error' %> <br /> Or see n+1 queries <%= link_to 'n+1', posts_path %> <br /> Or you can try redirect <%= link_to 'redirect', '/redirect' %>
Version data entries
9 entries across 9 versions & 1 rubygems