diff options
Diffstat (limited to 'lib/carlosgoce')
-rw-r--r-- | lib/carlosgoce/layout/layouts.rb | 9 | ||||
-rw-r--r-- | lib/carlosgoce/layouts.rb | 7 |
2 files changed, 9 insertions, 7 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 diff --git a/lib/carlosgoce/layouts.rb b/lib/carlosgoce/layouts.rb deleted file mode 100644 index f3e171c..0000000 --- a/lib/carlosgoce/layouts.rb +++ /dev/null @@ -1,7 +0,0 @@ -module CarlosGoce - class Layout - def create(file, hash, year) - - end - end -end
\ No newline at end of file |