0.0
The project is in a healthy, maintained state
Engine to provide apis that power the atomic jolt admin app
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Runtime

>= 7.0, < 9.0
 Project Readme

atomic_admin

Engine to provide apis that power the atomic jolt admin app

Usage

Add the gem to your project: gem 'atomic_admin', git: 'https://github.com/atomicjolt/atomic_admin.git', tag: '0.1.0'

Add the following to routes.rb:

namespace :api do
  namespace :admin do
    mount AtomicAdmin::Engine => "/"
  end
end