Skip to content

Commit

Permalink
fixing nil value problem
Browse files Browse the repository at this point in the history
  • Loading branch information
dceballos committed May 13, 2013
1 parent 3136c08 commit 2045f60
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/roomer/utils.rb
Expand Up @@ -74,7 +74,6 @@ def with_tenant(tenant,&blk)

def with_tenant_from_request(request,&blk)
with_tenant(tenant_from_request(request),&blk)
Roomer.current_tenant = nil
end

def tenant_from_request(request)
Expand Down

0 comments on commit 2045f60

Please sign in to comment.