Skip to content

Commit

Permalink
Merge pull request #38 from ukstudio/require_active_support_core_ext
Browse files Browse the repository at this point in the history
Fix `undefined method blank?'
  • Loading branch information
forest committed May 1, 2015
2 parents c411bb2 + d754054 commit 1423ead
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/tracker_api.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
require 'virtus'
require 'faraday'
require 'faraday_middleware'
require 'active_support'
require 'active_support/core_ext'

# stdlib
require 'addressable/uri'
Expand Down

0 comments on commit 1423ead

Please sign in to comment.