lib/openx.rb in bsm-openx-1.9.3 vs lib/openx.rb in bsm-openx-1.9.4

- old
+ new

@@ -1,7 +1,10 @@ module OpenX + autoload :Persistance, 'openx/persistance' autoload :Image, 'openx/image' autoload :Invocation, 'openx/invocation' + autoload :TargetingRule, 'openx/targeting_rule' + autoload :TargetingRules, 'openx/targeting_rules' autoload :Services, 'openx/services' autoload :XmlrpcClient, 'openx/xmlrpc_client' autoload :XmlrpcSessionClient, 'openx/xmlrpc_client' @@env = ENV['OPENX_ENV'] || 'production'