Commit 817aa1b1 authored by Luke "Jared" Bennett's avatar Luke "Jared" Bennett

added balsamiq blobviewer class

parent cde3760b
module BalsamiqViewer
class Balsamiq < Base
include Rich
include ClientSide
self.partial_name = 'balsamiq'
self.extensions = %w(bmpr)
self.binary = true
self.switcher_icon = 'file-image-o'
self.switcher_title = 'preview'
end
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment