lib/strict_money.rb in strict_money-0.3.0 vs lib/strict_money.rb in strict_money-0.4.0
- old
+ new
@@ -1,6 +1,7 @@
require "strict_money/amount"
require "strict_money/configuration"
+require "strict_money/historical_amount"
require "strict_money/version"
require "strict_money/railtie" if defined?(Rails::Railtie)
require "forwardable"
# Manipulate money and currency with strictness around currencies and time periods.