lib/active_tax/tax.rb in active_tax-1.1.0 vs lib/active_tax/tax.rb in active_tax-1.2.0

- old
+ new

@@ -40,11 +40,7 @@ case self.state.upcase when "WA", "WASHINGTON" then self.api_class = States::WA else raise StandardError, "API for #{self.state.upcase} not yet implemented in ActiveTax." end end - - def api_data - - end end end