diff --git a/app/controllers/volume_controller.rb b/app/controllers/volume_controller.rb index 10b33f5..3b452c3 100644 --- a/app/controllers/volume_controller.rb +++ b/app/controllers/volume_controller.rb @@ -1,7 +1,7 @@ class VolumeController < ApplicationController helper_method :file_directory - def info + def index @conf_list = get_conf project_path = String.new @conf_list.each do |t| diff --git a/app/views/partials/_sidenav.html.erb b/app/views/partials/_sidenav.html.erb index 99f7541..500c01f 100644 --- a/app/views/partials/_sidenav.html.erb +++ b/app/views/partials/_sidenav.html.erb @@ -15,13 +15,13 @@