Sha256: 773a5da3c5d745bca7bdb7a453d8f3c35a1bd3beacfc1b4a07074255205f0c29

Contents?: true

Size: 389 Bytes

Versions: 6

Compression:

Stored size: 389 Bytes

Contents

Refinery::Application.routes.draw do
  scope(:path => 'admin', :as => 'admin', :module => 'admin') do
    resources :vimeo_videos, :except => :show do
      collection do
        get :insert
      end
    end
  end
  
  namespace :admin do
    get 'vimeo_videos/authorization', :to => 'vimeo_account#authorization'
    get 'vimeo_videos/callback', :to => 'vimeo_account#callback'
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
refinerycms-vimeo-videos-0.1.7 config/routes.rb
refinerycms-vimeo-videos-0.1.6 config/routes.rb
refinerycms-vimeo-videos-0.1.5 config/routes.rb
refinerycms-vimeo-videos-0.1.4 config/routes.rb
refinerycms-vimeo-videos-0.1.3 config/routes.rb
refinerycms-vimeo-videos-0.1.2 config/routes.rb