1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-07-24 15:49:39 +02:00

Early access (#1272)

* Stubbing in early access

* Styling

* Title tweak

* Early access tweaks

Also removed the allow_browser helper as it tends to cause more headaches than we really care about at this point

* Lint
This commit is contained in:
Josh Pigford 2024-10-09 13:17:58 -05:00 committed by GitHub
parent 54596d51f7
commit 3893060f8e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 226 additions and 6 deletions

View file

@ -3,6 +3,7 @@ Rails.application.routes.draw do
get "changelog", to: "pages#changelog"
get "feedback", to: "pages#feedback"
get "early-access", to: "pages#early_access"
resource :registration
resources :sessions, only: %i[new create destroy]