# Tellimus Robust subscription support for Ruby on Rails apps using [Braintree](https://braintreepayments.com), including out-of-the-box pricing pages, payment pages, and subscription management for your customers. This is a fork of [Koudoku](https://github.com/andrewculver/koudoku) specifically for Braintree. ## Installation Include the following in your `Gemfile`: ```ruby gem 'tellimus' ``` After running `bundle install`, you can run a Rails generator to do the rest. You should have a user model. ```ruby rails g tellimus:install rake db:migrate ``` Add the following to `app/views/layouts/application.html.erb` before your `` tag closes: ```ruby <%= yield :tellimus %> ``` (This allows us to inject a Braintree `