#
#= Ranks コントローラー
#-------------------------------------------------------------------------------
#
class RanksController < Comm::BaseController::PermanentMaster
  #== コンストラクタ
  #-----------------------------------------------------------------#++
  def initialize
    @mcls = Rank
  end
end
