11 lines
168 B
Ruby
11 lines
168 B
Ruby
|
require "orbit_app/summary"
|
||
|
|
||
|
module OrbitApp
|
||
|
module Plugin
|
||
|
module Summary
|
||
|
# include OrbitApp::Summary
|
||
|
include OrbitApp::Summary
|
||
|
|
||
|
end
|
||
|
end
|
||
|
end
|