kimf / invite_me

Collect beta requests, easily
MIT License
1 stars 0 forks source link

= InviteMe - a mountable engine for rails >= 4

So you're creating a new site to promote your new startup, and want to collect invite requests?

== Features

== How to use

include gem in your Gemfile gem 'invite_me' bundle install

Mount it in your routes mount InviteMe::Engine => "/"

Install and override views (if you want to) rails g invite_me:views

Become rich and remove gem when you're out of beta.

This project rocks and uses MIT-LICENSE.