public
Description: a Rails plugin that easily integrates your app with Fire Eagle
Homepage:
Clone URL: git://github.com/jnewland/ride_the_fireeagle.git
Jesse Newland (author)
Mon Mar 24 16:55:11 -0700 2008
ride_the_fireeagle / init.rb
100644 3 lines (3 sloc) 0.1 kb
1
2
3
require 'fireeagle'
require 'ride_the_fireeagle'
ActiveRecord::Base.send(:include, RideTheFireeagle)