From 85028d2d406ffa96ff6d762b331fce30e872a9a3 Mon Sep 17 00:00:00 2001 From: "Glenn Y. Rolland" Date: Mon, 30 Jul 2012 01:43:23 +0200 Subject: [PATCH] Added Autoload for About. --- lib/qasim.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/qasim.rb b/lib/qasim.rb index 5967adc..b1d33ad 100644 --- a/lib/qasim.rb +++ b/lib/qasim.rb @@ -5,5 +5,6 @@ require 'qasim/constants' module Qasim autoload :Config, 'qasim/config' autoload :Map, 'qasim/map' + autoload :About, 'qasim/about' end