Settings mockup

This commit is contained in:
magnolia-fan
2011-09-10 03:30:03 +04:00
parent fe7737574d
commit 60cde9084f
10 changed files with 221 additions and 143 deletions
+4
View File
@@ -32,6 +32,10 @@ class UserController < ApplicationController
render :json => @res
end
def settings
render :partial => 'settings'
end
def update
return unless authorized?
@res = {}