class Admin::WelcomeController < ApplicationController
  layout 'admin'
  
  def index
  end
end