public
Description: A Rails plugin to get the zodiac sign on a given date
Homepage:
Clone URL: git://github.com/febuiles/zodiac.git
zodiac / init.rb
100644 4 lines (3 sloc) 0.117 kb
1
2
3
4
# Include hook code here
ActionView::Base.send :include, ZodiacHelper
ActiveRecord::Base.send :include, ZodiacHelper