1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Use the correct route method

This commit is contained in:
David Heinemeier Hansson 2018-12-14 09:19:21 -08:00
parent 51a148b552
commit d6621cc265

View file

@ -1,5 +1,5 @@
# frozen_string_literal: true # frozen_string_literal: true
class ApplicationMailbox < ActionMailbox::Base class ApplicationMailbox < ActionMailbox::Base
# route /something/i => :somewhere # routing /something/i => :somewhere
end end