Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 619 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 619 Bytes

Overview

Rails mountable engine to manage the KPM plugin.

See killbill-admin-ui-standalone to get started with the Kill Bill Admin UI.

Kill Bill compatibility

KPM UI version Kill Bill version
0.1.y 0.16.z
0.2.y 0.18.z (Rails 4)
0.3.y 0.18.z (Rails 5)
1.x.y 0.20.z (Rails 5)
2.x.y 0.22.z

Testing

To run the dummy app:

rails s

To run tests:

rails t