Sha256: 9e607e1b4df1c9568b60e8940fb7a705277594e858f453bdd7aad5249df8a722
Contents?: true
Size: 1.03 KB
Versions: 9
Compression:
Stored size: 1.03 KB
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'] else adlib='rmobio/ads/' + 'no_network' end require adlib eval("include " + adlib.camelize)
Version data entries
9 entries across 9 versions & 1 rubygems