Sha256: 23e4fed58a3d03f0efc27b7460996cd196b962f42f098ac56f4178ded22793e8
Contents?: true
Size: 386 Bytes
Versions: 21
Compression:
Stored size: 386 Bytes
Contents
# frozen_string_literal: true require "rails/generators/named_base" module Pay module Generators class MerchantGenerator < Rails::Generators::NamedBase include Rails::Generators::ResourceHelpers source_root File.expand_path("../templates", __FILE__) desc "Generates a migration to add Pay::Merchant fields to a model." hook_for :orm end end end
Version data entries
21 entries across 21 versions & 1 rubygems