Module: RailsAppGenerator::RagConfigurationExtension
- Defined in:
- lib/rails_app_generator/configuration/rag_configuration_extension.rb
Overview
Register this configuration access extension for Rag configuration
Instance Method Summary collapse
Instance Method Details
#rag ⇒ Object
6 7 8 9 10 |
# File 'lib/rails_app_generator/configuration/rag_configuration_extension.rb', line 6 def rag return @rag if defined? @rag @rag = RagConfiguration.new end |