Sha256: c71d7b04561587d6a128cdfb440d80a28f3839d5ce5fd0fee48f783fc8e61ac9
Contents?: true
Size: 287 Bytes
Versions: 3
Compression:
Stored size: 287 Bytes
Contents
# frozen_string_literal: true Rails.application.routes.draw do resource :email_verification, only: %i[show new create] resource :email, only: %i[edit update] resource :password_reset, only: %i[new create] resource :password, only: %i[edit update] end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
minimalist_authentication-3.2.2 | config/routes.rb |
minimalist_authentication-3.2.1 | config/routes.rb |
minimalist_authentication-3.2.0 | config/routes.rb |