class UserController < ApplicationController 

  def index 
  end 

  def register 
    @title = "Register" 
  end 
end 
