This repository has been archived on 2024-03-16. You can view files and clone it, but cannot push or open issues or pull requests.
|
class BasicInfosController < ApplicationController
|
|
layout "devise"
|
|
def index
|
|
@url = "http://fb.tp.rulingcom.com/login?callback=http://harry.tp.rulingcom.com/facebook/register_fb?user="+current_user.id.to_s rescue nil
|
|
end
|
|
|
|
def form_page
|
|
end
|
|
|
|
end |