diff --git a/config/routes.rb b/config/routes.rb index 9cd5981..b74cf22 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -4,6 +4,7 @@ Rails.application.routes.draw do default_url_options :host => "tsvallender.co.uk" root "home_pages#index" + get "μposts", to: "microposts#index" # Users and sessions resources :users, only: [:new, :create, :show, :edit, :update]