Skip to content

Commit

Permalink
Move ApplicationDeliveryMethod to app/notifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
excid3 committed Jan 24, 2024
1 parent 54a724c commit 42b7fff
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/generators/noticed/delivery_method_generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class DeliveryMethodGenerator < Rails::Generators::NamedBase
desc "Generates a class for a custom delivery method with the given NAME."

def generate_notification
template "application_delivery_method.rb", "app/notifiers/delivery_methods/application_delivery_method.rb"
template "application_delivery_method.rb", "app/notifiers/application_delivery_method.rb"
template "delivery_method.rb", "app/notifiers/delivery_methods/#{singular_name}.rb"
end
end
Expand Down

0 comments on commit 42b7fff

Please sign in to comment.