android build progress
This commit is contained in:
@@ -2,7 +2,7 @@ class ApplicationController < ActionController::Base
|
||||
layout :layout_by_resource
|
||||
|
||||
|
||||
protect_from_forgery
|
||||
#protect_from_forgery
|
||||
|
||||
private
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
class UserController < ApplicationController
|
||||
before_filter :allow_mobile #, :authenticate_user!
|
||||
before_filter :allow_mobile, :authenticate_user!
|
||||
layout 'phone'
|
||||
|
||||
alias :list :active_list
|
||||
|
||||
Reference in New Issue
Block a user