public
Description: Allows you to generate an ActiveResource model ready to interact with the You Tube API.
Homepage: http://rdoc.info/projects/edgarjs/youtube-model
Clone URL: git://github.com/edgarjs/youtube-model.git
Click here to lend your support to: youtube-model and make a donation at www.pledgie.com !
youtube-model / init.rb
100644 5 lines (4 sloc) 0.161 kb
1
2
3
4
5
require 'you_tube_model'
require 'you_tube_helpers'
 
ActiveResource::Base.send(:include, YouTubeModel)
ActionView::Base.send(:include, YouTubeModel::Helpers)