diff options
Diffstat (limited to 'lib/carlosgoce/layout')
-rw-r--r-- | lib/carlosgoce/layout/layouts.rb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/carlosgoce/layout/layouts.rb b/lib/carlosgoce/layout/layouts.rb new file mode 100644 index 0000000..7871ebb --- /dev/null +++ b/lib/carlosgoce/layout/layouts.rb @@ -0,0 +1,9 @@ +module CarlosGoce + module Layout + class Simple + def create (file, data, year) + + end + end + end +end
\ No newline at end of file |