Module: SyntaxHelper

Defined in:
app/helpers/syntax_helper.rb

Instance Method Summary collapse

Instance Method Details

#infoObject



2
3
4
5
6
# File 'app/helpers/syntax_helper.rb', line 2

def info

  #return a block that gives you the version
  return "<div>#{Rails.version}</div>"
end