Sha256: 1a4f0f84b0d26715db52b64eabfd6663d929c2bde1c4c08862bed4815231032d
Contents?: true
Size: 154 Bytes
Versions: 2
Compression:
Stored size: 154 Bytes
Contents
# frozen_string_literal: true Tramway::Auth::Engine.routes.draw do scope module: :web do resource :session, only: %i[new create destroy] end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
tramway-auth-1.1.0.3 | config/routes.rb |
tramway-auth-1.1.0.2 | config/routes.rb |