Module: Embryo::GeneratorHelpers::Hidden
- Included in:
- ApplicationGenerator, CapybaraGenerator, DefaultViewGenerator, DeviseGenerator, FactoryGirlGenerator, PoltergeistGenerator, PostgresGenerator, RspecGenerator, TemplateSupportGenerator
- Defined in:
- lib/rails-embryo/generator_helpers/hidden.rb
Class Method Summary collapse
Class Method Details
.included(generator) ⇒ Object
8 9 10 |
# File 'lib/rails-embryo/generator_helpers/hidden.rb', line 8 def self.included(generator) namespaces << generator.namespace end |
.namespaces ⇒ Object
4 5 6 |
# File 'lib/rails-embryo/generator_helpers/hidden.rb', line 4 def self.namespaces @namespaces ||= [] end |