Update volume/info -> volume/index, Add volume create button

This commit is contained in:
Youngkyun Kim
2016-08-30 12:11:02 +00:00
parent 47d03b832a
commit d5e65393f7
5 changed files with 40 additions and 72 deletions

View File

@@ -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|