diff options
author | Ralph Amissah <ralph@amissah.com> | 2012-01-10 22:44:24 -0500 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2012-01-10 22:45:30 -0500 |
commit | 51ba2d70af41137ddc3323d79e01b28fbcb40082 (patch) | |
tree | c9f9f7ecd73e5b0540ca0464e7825ea43c489f61 /lib/sisu/v3dv/html_promo.rb | |
parent | v3dv, add dev branch (use to make some changes to module & class names & test) (diff) |
v3dv: module names, use more CamelCase
Diffstat (limited to 'lib/sisu/v3dv/html_promo.rb')
-rw-r--r-- | lib/sisu/v3dv/html_promo.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sisu/v3dv/html_promo.rb b/lib/sisu/v3dv/html_promo.rb index acc924b6..f5595658 100644 --- a/lib/sisu/v3dv/html_promo.rb +++ b/lib/sisu/v3dv/html_promo.rb @@ -56,7 +56,7 @@ ** Description: html advertising component, build here, mockup =end -module SiSU_HTML_promo +module SiSU_HTML_Promo require_relative 'sysenv' # sysenv.rb include SiSU_Env class Ad |