Skip to content

Instantly share code, notes, and snippets.

@cernalpanic
cernalpanic / gist:11359027
Created April 28, 2014 00:37
why aren't these methods available in rails console?
I'm trying to work with the rails console and this gem:
https://github.com/sethvargo/isbndb
in my my Gem file:
gem 'isbndb', '~> 2.0.2'
(ran 'bundle install' and 'bundle update')
opened the console (rails c)