Class: Monocle::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/monocle/configuration.rb

Instance Attribute Summary collapse

Instance Attribute Details

#loggerObject

Define a custom logger



6
7
8
# File 'lib/monocle/configuration.rb', line 6

def logger
  @logger
end

#path_to_viewsObject

The relative path to where views are stored, relative to the root of the project



12
13
14
# File 'lib/monocle/configuration.rb', line 12

def path_to_views
  @path_to_views
end