Hello Le Wagon 😉
Hello Le Wagon 👋
Google is the next step 😉
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Servicio de Perfit | |
class PerfitService | |
def initialize | |
perfit = Webhook.perfit_email.first | |
@basic_end_point = "https://api.myperfit.com/v2" | |
@api_key = perfit.app_secret | |
@perfit_account = perfit.app_name | |
end | |
def create_suscriber(user) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$(document).ready(function(){ | |
console.log('LOAD AUTO') | |
$input = $("#search_head"); | |
var options = { | |
getValue: "title", | |
url: function(phrase){ | |
return "/search?q=" + phrase; | |
}, | |
categories: [ |