This repository has been archived on 2024-03-16. You can view files and clone it, but cannot push or open issues or pull requests.
2012-09-13 10:31:44 +00:00
|
|
|
require "orbit_app/summary"
|
|
|
|
|
|
|
|
module OrbitApp
|
|
|
|
module Plugin
|
2012-09-24 03:43:48 +00:00
|
|
|
module Summary
|
|
|
|
# include OrbitApp::Summary
|
2012-09-13 10:31:44 +00:00
|
|
|
include OrbitApp::Summary
|
|
|
|
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|