Skip to content

Instantly share code, notes, and snippets.

@donchan922
Created October 5, 2019 11:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save donchan922/0b00d62b7c0ec234ea455d999bf23288 to your computer and use it in GitHub Desktop.
Save donchan922/0b00d62b7c0ec234ea455d999bf23288 to your computer and use it in GitHub Desktop.
$ rails routes
Prefix Verb URI Pattern Controller#Action
rails_service_blob GET /rails/active_storage/blobs/:signed_id/*filename(.:format) active_storage/blobs#show
rails_blob_representation GET /rails/active_storage/representations/:signed_blob_id/:variation_key/*filename(.:format) active_storage/representations#show
rails_disk_service GET /rails/active_storage/disk/:encoded_key/*filename(.:format) active_storage/disk#show
update_rails_disk_service PUT /rails/active_storage/disk/:encoded_token(.:format) active_storage/disk#update
rails_direct_uploads POST /rails/active_storage/direct_uploads(.:format) active_storage/direct_uploads#create
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment