Sha256: 47fdf3da78b9ffbcde9e5e0d1414aae9f5023056dd11464696ea5968cc4d3e3d
Contents?: true
Size: 512 Bytes
Versions: 10
Compression:
Stored size: 512 Bytes
Contents
#Rails.application.routes.draw do GlacierOnRails::Engine.routes.draw do post :aws_subscription_notify, :to => 'aws_sns_subscriptions#create' post :aws_archive_retrieval_job_create, :to => 'aws_archive_retrieval_jobs#create' post :aws_fetch_archive, :to => 'application_data_backups#fetch' delete :aws_destroy_archive, :to => 'application_data_backups#destroy' post :aws_restore_archive, :to => 'application_data_backups#restore' post :aws_create_archive, :to => 'application_data_backups#create' end
Version data entries
10 entries across 10 versions & 1 rubygems