Sha256: 5cbf2e13e8b126969a468adb4b8426a609cc8c059f5ea780cd572e57fd38b6a9

Contents?: true

Size: 183 Bytes

Versions: 1

Compression:

Stored size: 183 Bytes

Contents

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

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
astrochimp-0.1.3 config/routes.rb