module Controller

Extended Modules

Direct including types

Defined in:

controller.cr

Instance Method Summary

Instance Method Detail

def create_teams_for_zip(team_array : Array(JSON::Any)) #

[View source]
def find_zipcode_id(zip : String) #

[View source]
def health(context) #

[View source]
def parse_request(context) #

[View source]
def register(context) #

should probably break out the registration stuff to its own class or something...

should probably collapse these methods into one and add a checkbox on the FE to allow them to choose one/both?


[View source]
def request_hash(context) #

[View source]
def root(context) #

the below should probably stay here


[View source]
def routed_action(context) #

[View source]