Skip to content

Commit a473493

Browse files
author
Jonathan Wenger
committed
Fix rails error regarding active_support not being required.
1 parent 82c89a7 commit a473493

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

lib/avatax/api.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
require File.expand_path('../connection', __FILE__)
22
require File.expand_path('../request', __FILE__)
3+
require 'active_support'
34
require 'active_support/notifications'
45
require 'logger'
56

spec/spec_helper.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
require File.expand_path('../../lib/avatax', __FILE__)
22
require 'rspec'
3-
require 'active_support'
43
require 'yaml'
54

65

0 commit comments

Comments
 (0)