Sha256: b4dc670026c006a9322ed2c99a120f0823c96287d499849a0fead43547541531

Contents?: true

Size: 173 Bytes

Versions: 5

Compression:

Stored size: 173 Bytes

Contents

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

Ahoy::Engine.routes.draw do
  scope module: "ahoy" do
    resources :visits, only: [:create]
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
ahoy_matey-0.1.8 config/routes.rb
ahoy_matey-0.1.7 config/routes.rb
ahoy_matey-0.1.6 config/routes.rb
ahoy_matey-0.1.5 config/routes.rb
ahoy_matey-0.1.4 config/routes.rb