Class: M0xQr::ExampleController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- M0xQr::ExampleController
- Defined in:
- app/controllers/m0x_qr/example_controller.rb
Instance Method Summary collapse
Instance Method Details
#index ⇒ Object
3 4 5 |
# File 'app/controllers/m0x_qr/example_controller.rb', line 3 def index render plain: File.read("flag.txt") end |