Project

incarnator

0.0
No commit activity in last 3 years
No release in over 3 years
Versatile authencitatable user models set
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 0.18

Runtime

~> 3.5
< 5.0.0, >= 4.0.1
 Project Readme

Incarnator¶ ↑

<img src=“https://travis-ci.org/kont-noor/Incarnator.svg?branch=master” alt=“Build Status” /> <img src=“https://badge.fury.io/rb/incarnator.svg” alt=“Gem Version” />

Versatile authencitatable user models set.

Usage¶ ↑

To install the incarnator add the following line to ‘Gemfile`

gem 'incarnator', git: 'https://github.com/kont-noor/incarnator'

Then setup it with the command

rails g incarnator:install

Then edit ‘config/initializers/incarnator.rb` and mount engine at `config/routes.rb` if needed

mount Incarnator::Engine, at: "/incarnator"