Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 344 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 344 Bytes

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