Module: Batman::Generators::Common::ClassMethods
- Defined in:
- lib/generators/common.rb
Instance Method Summary collapse
Instance Method Details
#requires_app_name ⇒ Object
52 53 54 55 |
# File 'lib/generators/common.rb', line 52 def requires_app_name class_option :app_name, :type => :string, :optional => true, :desc => "Name of the Batman app (defaults to the Rails app name)" end |