Module: Rails::Generators

Defined in:
lib/cardio/generators.rb

Overview

override to hide all the rails generators that don’t apply in a card/decko context

Class Method Summary collapse

Class Method Details

.sorted_groupsObject



16
17
18
# File 'lib/cardio/generators.rb', line 16

def self.sorted_groups
  [["card", %w[mod set migration]]]
end