Class: Amiba::Page::Templates

Inherits:
Object
  • Object
show all
Defined in:
lib/amiba/page.rb

Overview

Hate this - will deprecate as soon as I think of a more elegant solution

Class Method Summary collapse

Class Method Details

.hamlObject



134
135
136
# File 'lib/amiba/page.rb', line 134

def haml
  "= content\n"
end

.markdownObject



138
139
140
# File 'lib/amiba/page.rb', line 138

def markdown
  "# Title #\nBody\n"
end