phoenix live routes code example
Example: phoenix routes
get "/ajax_get_file_asset/:id", FileAssetsController, :ajax_get_file_asset
// verb "url/vars", controller, action
get "/ajax_get_file_asset/:id", FileAssetsController, :ajax_get_file_asset
// verb "url/vars", controller, action