Sha256: fb80010623364778d20e8f2582bf8de3f18f2d99020b9b5f9661c7dccc83a4cc
Contents?: true
Size: 191 Bytes
Versions: 3
Compression:
Stored size: 191 Bytes
Contents
# 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
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
tramway-auth-1.2.1.1 | config/routes.rb |
tramway-auth-1.2.1 | config/routes.rb |
tramway-auth-1.2 | config/routes.rb |