Sha256: 411f85be39871d7d43a16ad3ffdd3af22c17731acc05b614101db4b2afc7dd94
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 BillableGenerator < Rails::Generators::NamedBase include Rails::Generators::ResourceHelpers source_root File.expand_path("../templates", __FILE__) desc "Generates a migration to add Pay::Billable fields to a model." hook_for :orm end end end
Version data entries
21 entries across 21 versions & 1 rubygems