Settings mockup
This commit is contained in:
@@ -32,6 +32,10 @@ class UserController < ApplicationController
|
||||
render :json => @res
|
||||
end
|
||||
|
||||
def settings
|
||||
render :partial => 'settings'
|
||||
end
|
||||
|
||||
def update
|
||||
return unless authorized?
|
||||
@res = {}
|
||||
|
||||
Reference in New Issue
Block a user