module BillsPayment::Actions::Post

Public Class Methods

included(base) click to toggle source
# File lib/bills-payment/actions/post.rb, line 30
def self.included(base)
  base.extend(ClassMethods)
end