Sha256: d753da6c7a1b83bdab52f7e1fc89aff64598068adefd1d4cbae65197997654aa
Contents?: true
Size: 244 Bytes
Versions: 1
Compression:
Stored size: 244 Bytes
Contents
# frozen_string_literal: true module Schienenzeppelin module AddOns class Annotate < AddOn depends_on :active_record def apply template('lib/tasks/auto_annotate_models.rake', force: true) end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
schienenzeppelin-0.2 | lib/schienenzeppelin/addons/annotate.rb |