widget update

This commit is contained in:
Harry Bomrah 2015-12-26 22:07:37 +08:00
parent ee86e194c5
commit d2579437b9
1 changed files with 6 additions and 0 deletions

View File

@ -23,6 +23,12 @@ class VlogsController < ApplicationController
end
def widget
{
"extras" => {}
}
end
def show
params = OrbitHelper.params
vlog = VLog.where(:uid => params[:uid]).first