summaryrefslogtreecommitdiff
path: root/app/models/blob_viewer/balsamiq.rb
blob: 8b0c0c049a1241e912c18d0f056e5e0e591e147d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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