This project is archived and is in readonly mode.

#4696 ✓resolved
Paul Sadauskas (Rando)

app.my_path_url is protected

Reported by Paul Sadauskas (Rando) | May 26th, 2010 @ 12:31 AM | in 3.0.2

Happens in beta3 and master:

./script/rails c
Loading development environment (Rails 3.0.0.beta3)
ree-1.8.7-2010.01 > app.escalation_definitions_path
NoMethodError: protected method `escalation_definitions_path' called for #<ActionDispatch::Integration::Session:0x105500090>
    from /Users/rando/.rvm/gems/ree-1.8.7-2010.01/bundler/gems/rails-16a5e918a06649ffac24fd5873b875daf66212ad-master/actionpack/lib/action_dispatch/testing/assertions/routing.rb:175:in `method_missing'
    from (irb):1
ree-1.8.7-2010.01 > app.escalation_definitions_url
NoMethodError: protected method `escalation_definitions_url' called for #<ActionDispatch::Integration::Session:0x105500090>
    from /Users/rando/.rvm/gems/ree-1.8.7-2010.01/bundler/gems/rails-16a5e918a06649ffac24fd5873b875daf66212ad-master/actionpack/lib/action_dispatch/testing/assertions/routing.rb:175:in `method_missing'
    from (irb):2
    from :0

Comments and changes to this ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile »

<h2 style="font-size: 14px">Tickets have moved to Github</h2>

The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>

Attachments

Referenced by

Pages