FIX bug
This commit is contained in:
parent
2199258f8e
commit
86bbefd036
|
@ -8,7 +8,7 @@ class OauthEducoderForm
|
||||||
validates :callback_url, presence: true
|
validates :callback_url, presence: true
|
||||||
|
|
||||||
validate :check_callback_url!
|
validate :check_callback_url!
|
||||||
valitate :check_auth!
|
validate :check_auth!
|
||||||
|
|
||||||
def check_auth!
|
def check_auth!
|
||||||
secret = OauthEducoder.config[:access_key_secret]
|
secret = OauthEducoder.config[:access_key_secret]
|
||||||
|
|
Loading…
Reference in New Issue