flowerbox-delivery/lib/flowerbox/delivery/tilt/js_template.rb
2012-03-08 10:14:45 -05:00

11 lines
210 B
Ruby

require 'tilt'
class Flowerbox::Delivery::Tilt::JSTemplate < Tilt::Template
self.default_mime_type = "application/javascript"
EXTENSION = "js"
include Flowerbox::Delivery::Tilt::TemplateThatSaves
end