This commit is contained in:
2013-01-08 10:15:28 +01:00
parent 63cb3593ed
commit e36263b153
13 changed files with 35 additions and 16 deletions
+1 -1
View File
@@ -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