5 lines
78 B
Ruby
5 lines
78 B
Ruby
module Teamocil
|
|
VERSION = '0.1.7'
|
|
autoload :Layout, "teamocil/layout"
|
|
end
|