Sha256: 8adc0fc0f5ab2fca32bdbcff9b7b12ea3130bc0dd8ba76f3aa1f5c9390094473

Contents?: true

Size: 181 Bytes

Versions: 1

Compression:

Stored size: 181 Bytes

Contents

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

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
astrochimp-0.1.2 config/routes.rb