basic pages

This commit is contained in:
2022-03-30 15:36:11 +03:00
parent 5de9bc5690
commit 7881acc2ff
7 changed files with 26 additions and 5 deletions

View File

@ -0,0 +1,5 @@
# config/initializers/high_voltage.rb
HighVoltage.configure do |config|
config.route_drawer = HighVoltage::RouteDrawers::Root
config.home_page = 'index'
end