Sha256: a9771fc9f447108467b0a6b68478a3343378144b33fd28b938dcc319ee837e9b
Contents?: true
Size: 406 Bytes
Versions: 6
Compression:
Stored size: 406 Bytes
Contents
# frozen_string_literal: true module RailsAppGenerator # Custom add-ons for RailsAppGenerator module AddOns # Add Groupdate to rails application class Groupdate < 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
6 entries across 6 versions & 1 rubygems