Sha256: 10d65271c51885d0a8412672ac6e2635a4ddc4db3e474158fe5672aa11e8d5d1

Contents?: true

Size: 224 Bytes

Versions: 28

Compression:

Stored size: 224 Bytes

Contents

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

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

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
ahoy_matey-5.2.1 config/routes.rb
ahoy_matey-5.2.0 config/routes.rb
ahoy_matey-5.1.0 config/routes.rb
ahoy_matey-5.0.2 config/routes.rb
ahoy_matey-5.0.1 config/routes.rb
ahoy_matey-5.0.0 config/routes.rb
ahoy_matey-4.2.1 config/routes.rb
ahoy_matey-4.2.0 config/routes.rb
ahoy_matey-4.1.0 config/routes.rb
ahoy_matey-4.0.3 config/routes.rb
ahoy_matey-4.0.2 config/routes.rb
ahoy_matey-4.0.1 config/routes.rb
ahoy_matey-4.0.0 config/routes.rb
ahoy_matey-3.3.0 config/routes.rb
ahoy_matey-3.2.0 config/routes.rb
ahoy_matey-3.1.0 config/routes.rb
ahoy_matey-3.0.5 config/routes.rb
ahoy_matey-3.0.4 config/routes.rb
ahoy_matey-3.0.3 config/routes.rb
ahoy_matey-3.0.2 config/routes.rb