class SampleDetailsController < CommLogistics::Base::Controller::Detail
  def initialize
    @mcls = SampleDetail
    @pmcls = Sample
  end
end
