Allow /μposts as a route
This commit is contained in:
parent
b88ec4446b
commit
bf54c278e9
|
@ -4,6 +4,7 @@ Rails.application.routes.draw do
|
||||||
default_url_options :host => "tsvallender.co.uk"
|
default_url_options :host => "tsvallender.co.uk"
|
||||||
|
|
||||||
root "home_pages#index"
|
root "home_pages#index"
|
||||||
|
get "μposts", to: "microposts#index"
|
||||||
|
|
||||||
# Users and sessions
|
# Users and sessions
|
||||||
resources :users, only: [:new, :create, :show, :edit, :update]
|
resources :users, only: [:new, :create, :show, :edit, :update]
|
||||||
|
|
Loading…
Reference in New Issue