Sha256: f8765a413c15d3c73fc7f30fa65c18151e57de010b8911de099bf77036c6689e

Contents?: true

Size: 730 Bytes

Versions: 1

Compression:

Stored size: 730 Bytes

Contents

# RailsNm

Render `.json.nm` [Nm](https://github.com/redding/nm) templates in Rails.

## Usage

There is nothing to do other than add the gem to your Gemfile. You can then add .json.nm templates to your JSON resource actions in `app/views`. See https://github.com/redding/nm#nm for details on the Nm template syntax.

## Installation

Add this line to your application's Gemfile:

    gem "rails-nm"

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install rails-nm

## Contributing

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am "Added some feature"`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rails-nm-0.1.0 README.md