Method: Halcyon::Config::Paths#defaults
- Defined in:
- lib/halcyon/config/paths.rb
#defaults ⇒ Object
Default paths.
56 57 58 59 60 61 62 63 64 65 |
# File 'lib/halcyon/config/paths.rb', line 56 def defaults { :controller => Halcyon.root/'app', :model => Halcyon.root/'app'/'models', :lib => Halcyon.root/'lib', :config => Halcyon.root/'config', :init => Halcyon.root/'config'/'init', :log => Halcyon.root/'log' } end |