Sha256: d3ecaad742837940dbc9915ad7b6c8f4a3045c079d35483068f5cba1b270acd3
Contents?: true
Size: 445 Bytes
Versions: 6
Compression:
Stored size: 445 Bytes
Contents
# -*- encoding : utf-8 -*- require "rails/generators" require "rails/generators/active_record" module Cardio # for now, this just fulfills zeitwerk expectations. File is here for require calls. module Generators # noop end end module Rails # override to hide all the rails generators that don't apply in a card/decko context module Generators def self.sorted_groups [["card", %w[mod set migration]]] end end end
Version data entries
6 entries across 6 versions & 1 rubygems