class Perc::Application::Config

Attributes

autoload_paths[RW]

Public Class Methods

new() click to toggle source
# File lib/perc/application.rb, line 25
def initialize
  @autoload_paths = []
end