Class: CrazyTrain::TablesController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- CrazyTrain::TablesController
- Defined in:
- app/controllers/crazy_train/tables_controller.rb
Instance Method Summary collapse
Methods inherited from ApplicationController
#jwt_payload, #jwt_token, #setup_role, #switch_role, #teardown_role, #verify_token
Instance Method Details
#index ⇒ Object
3 4 5 |
# File 'app/controllers/crazy_train/tables_controller.rb', line 3 def index render json: CrazyTrain::Table.names end |