This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ~/code/Bonjour-Bonjour ‹1.9.3-p194› ‹v2-draft› $ brake routes |grep v2 | |
| api_v2_users GET /public/users(.:format) api/v2/public/anonymous/users#index {:format=>"json"} | |
| POST /public/users(.:format) api/v2/public/anonymous/users#create {:format=>"json"} | |
| api_v2_auth_token POST /public/users/:email/auth_token(.:format) api/v2/public/anonymous/auth_tokens#create {:email=>/[^@]+@[^@]+/, :format=>"json"} | |
| api_v2_private_phenotype_educational_backgrounds GET /phenotype/educational_backgrounds(.:format) api/v2/phenotype/educational_backgrounds#index {:format=>"json"} | |
| api_v2_private_phenoty |