class Admin::ModuleStoreController < ApplicationController
  
  layout "back_end"
  
  def index
  end

  def show
  end

end