Sha256: d4ed9539c74381b9670421223fc24805916ebca9f0a85593913c029ad6a15db8
Contents?: true
Size: 427 Bytes
Versions: 7
Compression:
Stored size: 427 Bytes
Contents
Proclaim::Engine.routes.draw do resources :posts resources :images, only: [:create, :destroy] post 'images/cache' => 'images#cache', as: :cache_image post 'images/discard' => 'images#discard', as: :discard_image resources :comments, only: [:create, :update, :destroy] # Subscription administration is authenticated via tokens resources :subscriptions, param: :token, except: [:edit, :update] root 'posts#index' end
Version data entries
7 entries across 7 versions & 1 rubygems