Class: Pageflow::Vr::StaticFilesController

Inherits:
ActionController::Base
  • Object
show all
Defined in:
app/controllers/pageflow/vr/static_files_controller.rb

Instance Method Summary collapse

Instance Method Details

#vrviewObject



13
14
15
16
17
18
19
# File 'app/controllers/pageflow/vr/static_files_controller.rb', line 13

def vrview
  respond_to do |format|
    format.html
    format.css
    format.js
  end
end