Skip to content

Instantly share code, notes, and snippets.

@brutuscat
Created August 31, 2012 17:23
Show Gist options
  • Save brutuscat/3556127 to your computer and use it in GitHub Desktop.
Save brutuscat/3556127 to your computer and use it in GitHub Desktop.
helpers in console
>> helper.truncate("Testing", length: 4)
=> "T..."
>> helper.link_to "Home", app.root_path
=> "<a href=\"/\">Home</a>"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment