diff options
| author | Zack Hobson | 2013-12-27 10:15:53 -0800 |
|---|---|---|
| committer | Zack Hobson | 2013-12-27 10:15:53 -0800 |
| commit | f0eee83fcdf3047674db3310f2847704021e54e1 (patch) | |
| tree | db69f1eeb08c84d9a07b3c1437eba7b918ba7bf1 /lib/hcl.rb | |
| parent | 1d4c84a906df99e12ecf4ae1aa04260eb737d550 (diff) | |
| download | hcl-f0eee83fcdf3047674db3310f2847704021e54e1.tar.bz2 | |
console command
Diffstat (limited to 'lib/hcl.rb')
| -rw-r--r-- | lib/hcl.rb | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,6 +3,7 @@ module HCl autoload :App, 'hcl/app' autoload :Net, 'hcl/net' autoload :Commands, 'hcl/commands' + autoload :Console, 'hcl/console' autoload :TimesheetResource, 'hcl/timesheet_resource' autoload :Utility, 'hcl/utility' autoload :Project, 'hcl/project' |
