mirror of
https://github.com/astuto/astuto.git
synced 2025-12-15 03:07:52 +01:00
Form refactoring (#142)
This commit is contained in:
committed by
GitHub
parent
d078e659c6
commit
9592ac3d1d
@@ -6,6 +6,8 @@ Rails.application.routes.draw do
|
||||
|
||||
constraints subdomain: 'login' do
|
||||
get '/signup', to: 'tenants#new'
|
||||
get '/is_available', to: 'tenants#is_available'
|
||||
|
||||
resource :tenants, only: [:create]
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user