nesquena/rabl

View on GitHub
fixtures/ashared/views_rails_3/posts/renderer.rabl

Summary

Maintainability
Test Coverage
object @post
cache @post

attributes :title, :body

node :partial do |p|
  partial('posts/renderer_partial', object: p)
end