On Fri, Jan 29, 2010 at 2:09 PM, junkone1 <junko...@gmail.com> wrote:
>
> You can see below that when i load the console, it is not loading my model
> Comparetick.
> however after i perform a manual require, it is loading it correctly. i am
> not sure where to look for the issue.

>>> Dir.glob(RAILS_ROOT + '/app/models/*.rb').each { |file| require file }=>

> "./script/../config/../config/../app/models/compareticks.rb",

Pluralization fail -- that should be in a file `comparetick.rb` ...

-- 
Hassan Schroeder ------------------------ hassan.schroe...@gmail.com
twitter: @hassan

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-t...@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to