Sha256: 3924fb6eacbb7952c38d53dba06fd08b3f2ac6a1f9ffaf67500395c57c9c3b28

Contents?: true

Size: 136 Bytes

Versions: 5

Compression:

Stored size: 136 Bytes

Contents

require 'action_view'

AutoHtml.add_filter(:link).with({}) do |text, options|
  ActionView::Base.new.auto_link(text, :all, options)
end

Version data entries

5 entries across 5 versions & 3 rubygems

Version Path
dejan-auto_html-1.2.0 lib/auto_html/filters/link.rb
galetahub-auto_html-1.0.1 lib/auto_html/filters/link.rb
auto_html-1.3.0 lib/auto_html/filters/link.rb
auto_html-1.2.1 lib/auto_html/filters/link.rb
auto_html-1.2.0 lib/auto_html/filters/link.rb