gordonbisnor / lastfm

LastFM API plugin for Rails

This URL has Read+Write access

lastfm / init.rb
100644 4 lines (4 sloc) 0.082 kb
1
2
3
4
# Include hook code here
ActionController::Base.class_eval do
  include LastFm
end