Class: CrazyTrain::TablesController

Inherits:
ApplicationController show all
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

#indexObject



3
4
5
# File 'app/controllers/crazy_train/tables_controller.rb', line 3

def index
  render json: CrazyTrain::Table.names
end