I\'m trying to load the Tokbox SDK in rails 3. I\'ve placed the library in my /lib directory, so currently my directory structure looks like so:
/lib &nb
The autoloader will snake case the constant, so "OpenTok" would make the autoloader look for "open_tok.rb", not "opentok.rb". Try renaming lib/opentok.rb and it should work fine.