Repository is archived
No commit activity in last 3 years
No release in over 3 years
There's a lot of open issues
A custom rails_admin invitation action for use with devise_invitable
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 3.2.11
~> 0.4.0
 Project Readme

THIS REPOSITORY IS NOT MAINTAINED

RailsAdminInvite

This gem is for use with RailsAdmin and Devise Invitable. I wanted to be able to invite Admin from the Rails Admin backend, having them confirm their account on the app's front end. This is a quick and dirty way to accomplish that.

It will add an "Invite " tab on the collection view of a Rails Admin resource that is configured to use Devise Invitable.

Installation

Add the following to your Gemfile

gem 'rails_admin_invite', :git => 'git@github.com:tonywok/rails_admin_invite.git'

TODO

  • Look into RailsAdmin I18n convention