frc-frecon / frecon

An API for building scouting apps for FRC competitions
MIT License
3 stars 0 forks source link

Rename FReCon::Controller.process_request to FReCon::Controller.process_json_object_request. #48

Closed rye closed 9 years ago

rye commented 9 years ago

This increases readability and allows for variants which allow JSON arrays as arguments.

rye commented 9 years ago

Looks like the TeamsController, RecordsController, RobotsController, and ParticipationsController need to be updated to handle this renaming.

rye commented 9 years ago

Okay, it seems to be good to me now.