module PdfjsViewer class ViewerController < ApplicationController layout false def full end def minimal end end end