figo-connect / ruby-figo

Ruby binding for the figo Connect API.
http://figo.io
8 stars 15 forks source link

Use require_relative #1

Closed leondu closed 11 years ago

leondu commented 11 years ago

It raise exception when used as a gem in ra rails project:

/gems/activesupport-3.2.12/lib/active_support/dependencies.rb:251:in `require': cannot load such file -- ./lib/models.rb (LoadError)

Use require_relative instead of require fixed the issue.

02strich commented 11 years ago

Thanks