class ActiveFolder::Metal::Config

Attributes

root_path[RW]

Public Class Methods

new() click to toggle source
# File lib/activefolder/metal/config.rb, line 6
def initialize
  self.root_path = '.'
end