module ImperaviRails class ImperaviController < ApplicationController respond_to :html, :json layout :false def file end def file_edit end def image end def image_edit end def link end def table end def video end def toolbar end def language end def typograf end end end