diff --git a/app/models/blob_viewer/balsamiq.rb b/app/models/blob_viewer/balsamiq.rb index 8b0c0c049a1241e912c18d0f056e5e0e591e147d..f982521db9973aea2fcf210a26523ae0bf29b06e 100644 --- a/app/models/blob_viewer/balsamiq.rb +++ b/app/models/blob_viewer/balsamiq.rb @@ -1,4 +1,4 @@ -module BalsamiqViewer +module BlobViewer class Balsamiq < Base include Rich include ClientSide diff --git a/app/views/projects/blob/_bmpr.html.haml b/app/views/projects/blob/viewers/_balsamiq.html.haml similarity index 100% rename from app/views/projects/blob/_bmpr.html.haml rename to app/views/projects/blob/viewers/_balsamiq.html.haml