config/routes.rb in tramway-auth-1.1.0.3 vs config/routes.rb in tramway-auth-1.2
- old
+ new
@@ -1,7 +1,8 @@
# frozen_string_literal: true
Tramway::Auth::Engine.routes.draw do
scope module: :web do
resource :session, only: %i[new create destroy]
+ resource :sign_up, only: :create
end
end