Mambo

Build Status Code Climate Gem Version

Installation and Usage

gem install mambo

In a view file:

# app/views/posts/show.json.mambo
json[:title] = @post.title
json[:author] = @post.author.name

or:

# app/views/posts/show.json.mambo
json << some_helper_method(@post).to_json

Authors

Lawrence Pit, @lawrencepit orslumen

Copyright (c) 2009 - 2013 Lawrence Pit See MIT-LICENSE for details.