update
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
class UserController < ApplicationController
|
||||
before_filter :allow_mobile
|
||||
before_filter :user_authentication, except: :obtain_token
|
||||
before_filter :user_authentication, except: [:obtain_token, :index]
|
||||
layout 'phone'
|
||||
|
||||
def user_authentication
|
||||
|
||||
Reference in New Issue
Block a user