seven1m / onebody
- Source
- Commits
- Network (24)
- Issues (4)
- Downloads (8)
- Wiki (49)
- Graphs
-
Tree:
c4467ec
commit c4467ec2a55f07e158bdf457af26b3da202deafe
tree d14f4e06a5ea3cd8db44e10ceaff8bb641e431a4
parent 42ae62d5b7c64246d7bc495cf4b87e2811f3b099
tree d14f4e06a5ea3cd8db44e10ceaff8bb641e431a4
parent 42ae62d5b7c64246d7bc495cf4b87e2811f3b099
onebody / plugins
plugins/README
This is the simple start of a standard OneBody Plugin architecture. Each directory in the /plugins directory can add routes, models, views, and controllers to your OneBody installation. Plugins in this directory (except the Setup plugin) are disabled by default. To enable, run: # ruby plugins/checkin/install.rb Disable by running: # ruby plugins/checkin/uninstall.rb

