I have a small ruby script in which I'd like to use ActiveRecord to easily access a database model. What is the best way to do it?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|||||||||||
|
|
It's worth noting that in later versions of activerecord (v3+) you need to require it like so
|
|||
|
|