siddick/siddick

View on GitHub
app/views/posts/index.html.haml

Summary

Maintainability
Test Coverage
.posts
  - if @posts.present?
    = render @posts
  - else
    %p No records found.
= will_paginate @posts