# CouchRest Model for radiantcms-couchrest_model Based on the original work made by the CouchRest Model team ## Install ### Gem $ sudo gem install couchrest_model-radiant ### Bundler If you're using bundler, just define a line similar to the following in your project's Gemfile: gem 'couchrest_model-radiant' ### Model $ rails generate model person --orm=couchrest_model