1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/lib
9sako6 4af50dfd95 Fix NameError when an invalid :on option is given to a route
Fix the following error.

```
/Users/9sako6/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/bundler/gems/rails-366c8f081d8b/actionpack/lib/action_dispatch/routing/mapper.rb:1865:in `map_match': undefined local variable or method `on' for #<ActionDispatch::Routing::Mapper:0x00007fd78a132bf8> (NameError)
```
2021-09-13 16:04:11 +09:00
..
abstract_controller Enable Style/ExplicitBlockArgument cop 2021-09-05 17:06:19 +02:00
action_controller Enable Style/ExplicitBlockArgument cop 2021-09-05 17:06:19 +02:00
action_dispatch Fix NameError when an invalid :on option is given to a route 2021-09-13 16:04:11 +09:00
action_pack Rails 6.2 is now Rails 7.0 2021-02-04 16:47:16 +00:00
abstract_controller.rb
action_controller.rb Avoid using class_eval and just include a module 2021-08-17 22:16:06 +00:00
action_dispatch.rb Bump license years to 2021 [ci skip] 2021-01-01 12:21:20 +09:00
action_pack.rb Bump license years to 2021 [ci skip] 2021-01-01 12:21:20 +09:00