There be a website
This commit is contained in:
parent
64fb080e96
commit
af0907c7c3
65 changed files with 708 additions and 14 deletions
|
|
@ -14,6 +14,8 @@ require "action_view/railtie"
|
|||
# require "action_cable/engine"
|
||||
require "rails/test_unit/railtie"
|
||||
|
||||
require 'view_component'
|
||||
|
||||
# Require the gems listed in Gemfile, including any gems
|
||||
# you've limited to :test, :development, or :production.
|
||||
Bundler.require(*Rails.groups)
|
||||
|
|
|
|||
|
|
@ -10,5 +10,7 @@ Rails.application.routes.draw do
|
|||
# get "service-worker" => "rails/pwa#service_worker", as: :pwa_service_worker
|
||||
|
||||
# Defines the root path route ("/")
|
||||
# root "posts#index"
|
||||
root "home#index"
|
||||
|
||||
get "music" => "music#index"
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue