Sha256: c3ea7a4231bf0e8903181f0e9e8c7e2f21311b1c57ce4236b05c9322bacadef7
Contents?: true
Size: 503 Bytes
Versions: 18
Compression:
Stored size: 503 Bytes
Contents
# frozen_string_literal: true module RailsAppGenerator # Custom add-ons for RailsAppGenerator module AddOns # Add Xmen to rails application class Xmen < AddOn # depends_on :active_record # required_gem gem.version('annotate', '3.2.0', 'Annotates Rails/ActiveRecord Models, routes, fixtures, and others based on the database schema.') 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