Module: ApipieHelper

Defined in:
app/helpers/apipie_helper.rb

Instance Method Summary collapse

Instance Method Details

#heading(title, level = 1) ⇒ Object



3
4
5
6
7
# File 'app/helpers/apipie_helper.rb', line 3

def heading(title, level=1)
  ("h#{level}") do
    title
  end
end