lib/decko/generators.rb in decko-0.13.4 vs lib/decko/generators.rb in decko-0.14.0
- old
+ new
@@ -1,17 +1,3 @@
# -*- encoding : utf-8 -*-
require "cardio/generators"
-require "cardio/generators/class_methods"
-
-# note: despite the decko file name the base class is Cardio
-module Cardio
- module Generators
- # main definition of this module is in card gem
- module ClassMethods
- # generator USAGE docs will use "decko" rather than "card" when called with decko
- def banner_command
- "decko"
- end
- end
- end
-end