Created
August 8, 2018 23:16
-
-
Save tiagogeraldi/3c8606c83e1464a39d0955687144166f to your computer and use it in GitHub Desktop.
Part of Apartment with no subdomain
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Rails.application.routes.draw do | |
devise_for :users | |
resources :posts | |
resources :tenant_sessions, only: [:new, :create] | |
root to: 'posts#index' | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment