This commit is contained in:
kyg516
2016-09-14 17:54:30 +09:00
parent b97c484ff8
commit 40682aaec4
9 changed files with 86 additions and 119 deletions

View File

@@ -2,7 +2,6 @@ class ApplicationController < ActionController::Base
# Prevent CSRF attacks by raising an exception.
# For APIs, you may want to use :null_session instead.
# protect_from_forgery with: :exception
helper_method :volume_mount, :volume_unmount, :volume_create, :volume_delete, :volume_start, :volume_stop
def get_conf
@config = Hash.new