I am trying to use a active record model Mymodel < ActiveRecord::Base in a ruby file, but the ruby file is already in the models directory in my Rails App. when I call model = MyModel.new I get an error. do I need to import anything in the plain ruby file?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
|||
|
|
if in the root of your project, try writing:
|
|||||||||||
|