Commit ad5a4b60457c3ccb44b5330bfe77eaf2b0fc22d3
1 parent
324412a1
Fix mistake at method name
Signed-off-by: Matheus Miranda <matheusmirandalacerda@gmail.com>
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
plugins/oauth_client/lib/oauth_client_plugin.rb
| ... | ... | @@ -89,7 +89,7 @@ class OauthClientPlugin < Noosfero::Plugin |
| 89 | 89 | |
| 90 | 90 | def account_controller_filters |
| 91 | 91 | { |
| 92 | - :type => 'before_filter', :method_name => 'xablau_signup', | |
| 92 | + :type => 'before_filter', :method_name => 'signup', | |
| 93 | 93 | :options => { :only => 'signup' }, |
| 94 | 94 | :block => proc { |
| 95 | 95 | auth = session[:oauth_data] | ... | ... |