Sha256: 2632e0cb6ace5b48541bff66c0d9b95885443b6578c4559d4d3d83fbad7cd6b5
Contents?: true
Size: 475 Bytes
Versions: 30
Compression:
Stored size: 475 Bytes
Contents
require File.expand_path "../../../app/helpers/virgo/video_helper", __FILE__ require 'shortcode' template_root = File.expand_path "../../../app/views/virgo/shortcode_templates", __FILE__ Shortcode.setup do |config| config.template_parser = :haml config.helpers = [Virgo::VideoHelper] config.block_tags = [:pullquote, :blockquote, :h1, :h2, :h3, :h4] config.self_closing_tags = [:image, :video, :tweet, :slideshow] config.template_paths.prepend(template_root) end
Version data entries
30 entries across 30 versions & 1 rubygems