Soonish::Engine.routes.draw do root to: 'subscriptions#new' resources :subscriptions, only: [:new, :create] match 'subscriptions/thanks' => 'subscriptions#thanks' end