Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

Commit

Permalink
Fixed NameError
Browse files Browse the repository at this point in the history
The ROTP was being referenced without properly load. The require is
enough to fix the issue.
  • Loading branch information
plribeiro3000 committed Jul 28, 2014
1 parent 23b005a commit 5f559f1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
require 'addressable/uri'
require 'rotp'

module CASino
module ProcessorConcern
Expand Down

0 comments on commit 5f559f1

Please sign in to comment.