Sha256: 1e66f407090492529d9190fb6e81c47e1c14f45213eb0720a9ae3c144a20adcf

Contents?: true

Size: 134 Bytes

Versions: 42

Compression:

Stored size: 134 Bytes

Contents

module Virgo
  module ShortcodeHelper
    def render_shortcodes(text)
      Shortcode.process(text).try(:html_safe)
    end
  end
end

Version data entries

42 entries across 42 versions & 1 rubygems

Version Path
virgo-0.3.17 app/helpers/virgo/shortcode_helper.rb
virgo-0.3.16 app/helpers/virgo/shortcode_helper.rb
virgo-0.3.15 app/helpers/virgo/shortcode_helper.rb
virgo-0.3.14 app/helpers/virgo/shortcode_helper.rb
virgo-0.3.13 app/helpers/virgo/shortcode_helper.rb
virgo-0.3.12 app/helpers/virgo/shortcode_helper.rb
virgo-0.3.11 app/helpers/virgo/shortcode_helper.rb
virgo-0.3.10 app/helpers/virgo/shortcode_helper.rb
virgo-0.3.9 app/helpers/virgo/shortcode_helper.rb
virgo-0.3.8 app/helpers/virgo/shortcode_helper.rb
virgo-0.3.7 app/helpers/virgo/shortcode_helper.rb
virgo-0.3.6 app/helpers/virgo/shortcode_helper.rb
virgo-0.3.4 app/helpers/virgo/shortcode_helper.rb
virgo-0.3.3 app/helpers/virgo/shortcode_helper.rb
virgo-0.3.2 app/helpers/virgo/shortcode_helper.rb
virgo-0.3.1 app/helpers/virgo/shortcode_helper.rb
virgo-0.3 app/helpers/virgo/shortcode_helper.rb
virgo-0.2.9 app/helpers/virgo/shortcode_helper.rb
virgo-0.2.8 app/helpers/virgo/shortcode_helper.rb
virgo-0.2.7 app/helpers/virgo/shortcode_helper.rb