module Controller
Extended Modules
Direct including types
Defined in:
controller.crInstance Method Summary
- #create_teams_for_zip(team_array : Array(JSON::Any))
- #find_zipcode_id(zip : String)
- #health(context)
- #parse_request(context)
- #register(context)
- #request_hash(context)
-
#root(context)
the below should probably stay here
- #routed_action(context)
Instance Method Detail
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?