Sha256: 9bdfa42e9bcdae4cbde7a4389170e999b0c09d73e352ba73e43a4a4d62e89d58

Contents?: true

Size: 197 Bytes

Versions: 6

Compression:

Stored size: 197 Bytes

Contents

Astrochimp::Engine.routes.draw do
  root to: "signups#index"

  resources :signups, only: [:index, :create, :show], as: :signups
  get 'r/:referrer_code' => 'signups#index', as: :referral_link
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
astrochimp-0.2.5 config/routes.rb
astrochimp-0.2.4 config/routes.rb
astrochimp-0.2.3 config/routes.rb
astrochimp-0.2.2 config/routes.rb
astrochimp-0.2.1 config/routes.rb
astrochimp-0.2.0 config/routes.rb