Sha256: 2f1d8b7cd125af7bbea2616b740ef4648a710d0fb91e4adcdbfadb4e346e9989

Contents?: true

Size: 139 Bytes

Versions: 8

Compression:

Stored size: 139 Bytes

Contents

Rails.application.routes.draw do
  mount Ahoy::Engine => "/ahoy"
end

Ahoy::Engine.routes.draw do
  resources :visits, only: [:create]
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
ahoy_matey-0.1.3 config/routes.rb
ahoy_matey-0.1.2 config/routes.rb
ahoy_matey-0.1.1 config/routes.rb
ahoy_matey-0.1.0 config/routes.rb
ahoy_matey-0.0.4 config/routes.rb
ahoy_matey-0.0.3 config/routes.rb
ahoy_matey-0.0.2 config/routes.rb
ahoy_matey-0.0.1 config/routes.rb