Sha256: 0107bb90da25c3f35d1cf18df7765151db8eb0029409acc5644a8bf783428ab7

Contents?: true

Size: 1015 Bytes

Versions: 3

Compression:

Stored size: 1015 Bytes

Contents

#
# Copyright (C) 2007 Mobio Networks, Inc.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program.  If not, see <http://www.gnu.org/licenses/>.
#

=begin
note that we require use of the new Mobio config yml schema created by Lars
and documented at http://opssrv01/wiki/index.php/Mobio_Rails_Application_Framework_2.0#Use_Config_Manager
=end

if MOBIO_CONFIG['ad_network']
  adlib="rmobio/ads/" + MOBIO_CONFIG['ad_network']
  require adlib
  eval("include " + adlib.camelize)
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
rmobio-1.1.9 lib/rmobio/ads.rb
rmobio-1.1.8 lib/rmobio/ads.rb
rmobio-1.1.7 lib/rmobio/ads.rb