Sha256: c22942e23af1a68e69e3a2061d172fb8068fc13cb56c13a70cdc81a8eb366951

Contents?: true

Size: 131 Bytes

Versions: 20

Compression:

Stored size: 131 Bytes

Contents

Rails.application.routes.draw do
  resources :leads
  get '/leads/:id/to_highrise', to: 'leads#to_highrise', as: "to_highrise"
end

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
leads_to_highrise-0.3.19 config/routes.rb
leads_to_highrise-0.3.18 config/routes.rb
leads_to_highrise-0.3.17 config/routes.rb
leads_to_highrise-0.2.16 config/routes.rb
leads_to_highrise-0.2.15 config/routes.rb
leads_to_highrise-0.2.14 config/routes.rb
leads_to_highrise-0.2.13 config/routes.rb
leads_to_highrise-0.2.12 config/routes.rb
leads_to_highrise-0.2.11 config/routes.rb
leads_to_highrise-0.2.10 config/routes.rb
leads_to_highrise-0.2.9 config/routes.rb
leads_to_highrise-0.2.8 config/routes.rb
leads_to_highrise-0.2.7 config/routes.rb
leads_to_highrise-0.2.6 config/routes.rb
leads_to_highrise-0.2.5 config/routes.rb
leads_to_highrise-0.2.4 config/routes.rb
leads_to_highrise-0.2.3 config/routes.rb
leads_to_highrise-0.2.2 config/routes.rb
leads_to_highrise-0.2.1 config/routes.rb
leads_to_highrise-0.2.0 config/routes.rb