public
Description: A Ruby on Rails plugin to provide easy access to the JamBase live concert search API.
Homepage:
Clone URL: git://github.com/mattapayne/jambase4rails.git
Matt Payne (author)
Tue Apr 14 12:52:55 -0700 2009
commit  e88fa241fbca206c5e7234d02ab09854da0a71da
tree    395e17039318ee198f82c250df8434ad10bc64cc
parent  2224f108f7a12f0219ac873f5f55101c982684ff
jambase4rails / init.rb
100644 4 lines (3 sloc) 0.142 kb
1
2
3
4
require 'jam_base4_rails'
JamBase4Rails::HttpGateway.logger = RAILS_DEFAULT_LOGGER
ActionView::Base.send(:include, JamBase4Rails::ViewHelper)