Method: Gitgo::Helper::Form#author_value

Defined in:
lib/gitgo/helper/form.rb

#author_value(author) ⇒ Object



42
43
44
# File 'lib/gitgo/helper/form.rb', line 42

def author_value(author)
  escape_html(author)
end