Created
June 18, 2018 12:35
-
-
Save penguinwokrs/433ffe7501d221b13743a68669c7754f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# frozen_string_literal: true | |
# reference https://www.omise.co/ja/api-webhooks | |
module Service | |
extend ActiveSupport::Concern | |
class_methods do | |
def perform(*args) | |
new(*args).perform | |
end | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment