fix typo in account

Change-Id: Ic062e4af52d1ef159f10e13a73da73675b2e038a
Reviewed-on: https://gerrit.instructure.com/4728
Reviewed-by: Brian Palmer <brianp@instructure.com>
Tested-by: Hudson <hudson@instructure.com>
This commit is contained in:
Zach Wily 2011-07-19 14:54:43 -06:00
parent 4d9a7c9be1
commit 5181980fd4
1 changed files with 1 additions and 1 deletions

View File

@ -481,7 +481,7 @@ class Account < ActiveRecord::Base
end
def login_handle_name_is_customized?
self.account_authorization_config && self.account_authorizaction_config.login_handle_name.present?
self.account_authorization_config && self.account_authorization_config.login_handle_name.present?
end
def login_handle_name