Class: Githack::Repositories::Symfony::V2
- Inherits:
-
Githack::Repository
- Object
- Githack::Repository
- Githack::Repositories::Symfony::V2
- Defined in:
- lib/githack/repositories/symfony.rb
Constant Summary collapse
- SECRET_PATHS =
['.env'].freeze
- DATABASE_PATHS =
[ File.join('app', 'config', 'config.xml'), File.join('app', 'config', 'config.yml'), File.join('app', 'config', 'config.php') ].freeze
Constants inherited from Githack::Repository
Githack::Repository::DATABASE_PATH, Githack::Repository::SECRET_PATH
Instance Attribute Summary
Attributes inherited from Githack::Repository
Method Summary
Methods inherited from Githack::Repository
#databases, #initialize, #secrets
Constructor Details
This class inherits a constructor from Githack::Repository