Module: ZimbraWall::Backend

Defined in:
lib/zimbra_wall/backend.rb

Class Method Summary collapse

Class Method Details

.for_user(user) ⇒ Object



4
5
6
7
# File 'lib/zimbra_wall/backend.rb', line 4

def self.for_user(user)
  return ZimbraWall::Config.new_backend if user.migrated?
  ZimbraWall::Config.old_backend
end