Skip to content

Commit

Permalink
Use the correct route method
Browse files Browse the repository at this point in the history
  • Loading branch information
dhh committed Dec 14, 2018
1 parent 51a148b commit d6621cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/templates/mailboxes/application_mailbox.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

class ApplicationMailbox < ActionMailbox::Base
# route /something/i => :somewhere
# routing /something/i => :somewhere
end

0 comments on commit d6621cc

Please sign in to comment.