Class: Base
- Inherits:
-
Object
- Object
- Base
- Defined in:
- app/controllers/base.rb
Instance Method Summary collapse
Instance Method Details
#smoke_test ⇒ Object
4 5 6 |
# File 'app/controllers/base.rb', line 4 def smoke_test render inline: 'ok' end |