Sha256: f2741f812056f9ca73ca8bc1daae94136bbf96ddb8a1cb1ed9abc6e7a7c09ea9

Contents?: true

Size: 212 Bytes

Versions: 17

Compression:

Stored size: 212 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]
    resources :events, only: [:create]
  end
end

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
ahoy_matey-1.4.0 config/routes.rb
ahoy_matey-1.3.1 config/routes.rb
ahoy_matey-1.3.0 config/routes.rb
ahoy_matey-1.2.2 config/routes.rb
ahoy_matey-1.2.1 config/routes.rb
ahoy_matey-1.2.0 config/routes.rb
ahoy_matey-1.1.1 config/routes.rb
ahoy_matey-1.1.0 config/routes.rb
ahoy_matey-1.0.2 config/routes.rb
ahoy_matey-1.0.1 config/routes.rb
ahoy_matey-1.0.0 config/routes.rb
ahoy_matey-0.3.2 config/routes.rb
ahoy_matey-0.3.1 config/routes.rb
ahoy_matey-0.3.0 config/routes.rb
ahoy_matey-0.2.2 config/routes.rb
ahoy_matey-0.2.1 config/routes.rb
ahoy_matey-0.2.0 config/routes.rb