Class: AbstractFeatureBranch::Generators::ContextGenerator
- Inherits:
-
Rails::Generators::NamedBase
- Object
- Rails::Generators::NamedBase
- AbstractFeatureBranch::Generators::ContextGenerator
- Defined in:
- lib/generators/abstract_feature_branch/context_generator.rb
Instance Method Summary collapse
Instance Method Details
#copy_config ⇒ Object
7 8 9 |
# File 'lib/generators/abstract_feature_branch/context_generator.rb', line 7 def copy_config template "config/features.yml", "config/features/#{file_path}.yml" end |