class EmailController < ApplicationController

  def remind
    @title = "Przelij do mnie informacje zwizane z logowaniem"
  end

end

