Sha256: 337f6d6f69c638dc9cd8b6f03c618be6dbbe5c42161b8225275a2e8a242a1c2b
Contents?: true
Size: 344 Bytes
Versions: 3
Compression:
Stored size: 344 Bytes
Contents
# 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 ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
atomic_admin-1.0.0 | README.md |
atomic_admin-0.2.0 | README.md |
atomic_admin-0.1.0 | README.md |