android build progress

This commit is contained in:
2012-09-18 15:48:32 +02:00
parent 914406f13e
commit 1b62ae37ec
7 changed files with 17 additions and 9 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ class ApplicationController < ActionController::Base
layout :layout_by_resource
protect_from_forgery
#protect_from_forgery
private
+1 -1
View File
@@ -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