Sha256: 9ef6ef81c4f6615b734d86fc948c788e0e0476e17fc05a0f9c753d80c8edcf48
Contents?: true
Size: 379 Bytes
Versions: 18
Compression:
Stored size: 379 Bytes
Contents
# frozen_string_literal: true module RailsAppGenerator # Custom add-ons for RailsAppGenerator module AddOns # Add Annotate for ActiveRecord models to rails application class Annotate < AddOn depends_on :active_record def apply template('auto_annotate_models.rake', 'lib/tasks/auto_annotate_models.rake', force: true) end end end end
Version data entries
18 entries across 18 versions & 1 rubygems