Sha256: 23c68b669f402953a2fffbbd38b98505c8f615bb6412ff414e7790d8cc4c6c14
Contents?: true
Size: 425 Bytes
Versions: 53
Compression:
Stored size: 425 Bytes
Contents
# frozen_string_literal: true module RailsAppGenerator # Custom add-ons for RailsAppGenerator module AddOns # Add Groupdate to rails application class Groupdate < RailsAppGenerator::Addon required_gem gem.version('groupdate', '6.1.0', 'The simplest way to group temporal data') # NOTE: in the examples, the Groupdate gem is used in conjunction with Chartkick. def apply; end end end end
Version data entries
53 entries across 53 versions & 1 rubygems