Skip to content

Instantly share code, notes, and snippets.

@ppworks
Created July 9, 2013 15:36
Show Gist options
  • Save ppworks/5958358 to your computer and use it in GitHub Desktop.
Save ppworks/5958358 to your computer and use it in GitHub Desktop.
auto_link(with target '_blank') & simple_format
module ApplicationHelper
def simple_format_with_auto_link(text)
Rinku.auto_link(simple_format(text), :all, 'target="_blank"').html_safe
end
end
gem 'rinku'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment