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
1 changed files with 1 additions and 1 deletions

View File

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