Added autoload for Ui files.
This commit is contained in:
parent
9c2a60486f
commit
13e4aa5915
1 changed files with 6 additions and 0 deletions
6
lib/qasim/ui.rb
Normal file
6
lib/qasim/ui.rb
Normal file
|
@ -0,0 +1,6 @@
|
|||
|
||||
require 'qasim/constants'
|
||||
|
||||
module Qasim ; module Ui
|
||||
autoload :About, 'qasim/ui/about'
|
||||
end ; end
|
Loading…
Reference in a new issue