init.rb in rmoriz-smartmonth-1.0 vs init.rb in rmoriz-smartmonth-1.0.2
- old
+ new
@@ -1,5 +2 @@
-class ::Time
- def month
- return Month.new(self.mon,self.year)
- end
-end
\ No newline at end of file
+require File.dirname(__FILE__) + "/rails/init"