Class: Pageflow::Vr::StaticFilesController
- Inherits:
-
ActionController::Base
- Object
- ActionController::Base
- Pageflow::Vr::StaticFilesController
- Defined in:
- app/controllers/pageflow/vr/static_files_controller.rb
Instance Method Summary collapse
Instance Method Details
#vrview ⇒ Object
4 5 6 7 8 9 10 |
# File 'app/controllers/pageflow/vr/static_files_controller.rb', line 4 def vrview respond_to do |format| format.html format.css format.js end end |