Class: Rails::Configuration
- Inherits:
-
Object
- Object
- Rails::Configuration
- Extended by:
- Coiasira::AliasMethodChainCoreExt
- Defined in:
- lib/coiasira/rails/initializer.rb
Instance Attribute Summary collapse
-
#coiasira ⇒ Object
Returns the value of attribute coiasira.
-
#job_paths ⇒ Object
The list of paths that should be searched for jobs.
Instance Method Summary collapse
Methods included from Coiasira::AliasMethodChainCoreExt
Instance Attribute Details
#coiasira ⇒ Object
Returns the value of attribute coiasira.
45 46 47 |
# File 'lib/coiasira/rails/initializer.rb', line 45 def coiasira @coiasira end |
#job_paths ⇒ Object
The list of paths that should be searched for jobs. (Defaults to app/jobs.)
49 50 51 |
# File 'lib/coiasira/rails/initializer.rb', line 49 def job_paths @job_paths end |
Instance Method Details
#initialize_with_coiasira ⇒ Object
51 52 53 54 |
# File 'lib/coiasira/rails/initializer.rb', line 51 def initialize_with_coiasira initialize_without_coiasira self.job_paths = default_job_paths end |