#
#= sections コントローラー
# Authors:: Sumiyo Yamamoto
# Copyright:: Copyright (C) OrbusNeich Medical K.K.  2010.
#--
# date        name                   note
# 2010.4.16   Sumiyo Yamamoto        新規作成
#-------------------------------------------------------------------------------
#++
class SectionsController < Comm::BaseController::PermanentMaster
  #== コンストラクタ
  #-----------------------------------------------------------------#++
  def initialize
    @mcls = Section
  end
end
