I have added

    def default_url_options(options={ })
        logger.debug "default_url_options is passed options: 
#{options.inspect}\n"
        { :locale => I18n.locale }
    end

in application_controller.rb.

But I noticed that the log shows

Started GET "/en/users/sign_up" for 127.0.0.1 at 2012-12-12 14:49:09 
+0900
  Processing by RegistrationsController#new as HTML
  Parameters: {"locale"=>"en"}
default_url_options is passed options: {}
...

no parameter is passed!

I don't know why...

-- 
Posted via http://www.ruby-forum.com/.

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to