config_controller.rb 97 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 module Kanjai class Admin::ConfigController < AdminController def index end end end