class PushRoutes::ClubsController < ApplicationController def show render json: Club.find(params[:id]) , status: 200 end add_show_trigger :show end