Vk parser basic structure

This commit is contained in:
magnolia-fan
2011-04-09 03:41:26 +04:00
parent 9cbc3d1400
commit 3215a40e0f
3 changed files with 20 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ class TrackController < ApplicationController
require 'net/http'
require 'uri'
def listen
pp VK_ACCOUNTS
render :json => YAML.load_file("#{RAILS_ROOT}/config/vk_accounts.yml")
end
private