Sha256: 143ffab4d638b10433c9705321cb3cc7752422c2952151a32ef987adaf2b6323

Contents?: true

Size: 634 Bytes

Versions: 2

Compression:

Stored size: 634 Bytes

Contents

Spree::Core::Engine.routes.prepend do
  
  match "/email_to_cloud/:type/:id" => 'cloud_sender#send_mail', :as => :email_to_cloud

  match '/importGmail', :to => 'cloud_sender#importGmail'
  match '/importOutlook', :to => 'cloud_sender#importOutlook'
  match '/importOSX', :to => 'cloud_sender#importOSX'
  match '/importAOL', :to => 'cloud_sender#importAOL'
  match '/importCheck/:id', :to => 'cloud_sender#importCheck'
  match '/importContacts/:id', :to => 'cloud_sender#importContacts'
  
  match '/cloudsponge_proxy', :to => 'cloud_sender#cloudsponge_proxy'
  
  namespace :admin do
    resource :cloudsponge_settings
  end
  
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
spree_multi_share-1.3.3 config/routes.rb
spree_multi_share-1.3.2 config/routes.rb