Merge pull request #1 from arikarim/main

Update outboxable name to z_outboxable
This commit is contained in:
Brusk Awat 2023-03-01 12:30:45 +03:00 committed by GitHub
commit 270845a557
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@ module Outboxable
# Copy initializer into user app
def copy_initializer
copy_file('initializer.rb', 'config/initializers/outboxable.rb')
copy_file('initializer.rb', 'config/initializers/z_outboxable.rb')
end
# Copy user information (model & Migrations) into user app
@ -33,4 +33,4 @@ module Outboxable
Time.now.utc.strftime("%Y%m%d%H%M%S")
end
end
end
end