Sha256: b0a71db1015a061bcb97a54385876b683270b69428aa180601cb90ed5d788b2c
Contents?: true
Size: 513 Bytes
Versions: 52
Compression:
Stored size: 513 Bytes
Contents
# frozen_string_literal: true require_relative "../../lib/plutonium_generators" module Pu module Gem class AnnotateGenerator < Rails::Generators::Base include PlutoniumGenerators::Generator source_root File.expand_path("templates", __dir__) desc "Install the annnotate gem" def start bundle "annotate", group: :development copy_file "lib/tasks/auto_annotate_models.rake" rescue => e exception "#{self.class} failed:", e end end end end
Version data entries
52 entries across 52 versions & 1 rubygems