Commit 1ce50b41782ddd9017b7413443e42493a9b37b4e
Exists in
staging
and in
2 other branches
Merge branch 'master' into staging
Showing
4 changed files
with
17 additions
and
1 deletions
Show diff stats
debian/changelog
lib/noosfero/version.rb
plugins/oauth_client/lib/ext/user.rb
... | ... | @@ -9,6 +9,7 @@ class User |
9 | 9 | after_create :store_oauth_providers |
10 | 10 | |
11 | 11 | def initialize_with_oauth_client(attributes = {}, options = {}) |
12 | + attributes ||= {} | |
12 | 13 | @oauth_providers = attributes.delete(:oauth_providers) || [] |
13 | 14 | initialize_without_oauth_client(attributes, options) |
14 | 15 | end | ... | ... |
plugins/oauth_client/test/functional/oauth_client_plugin_account_controller_test.rb
0 → 100644