On 7 May 2010 18:11, Mlle <[email protected]> wrote:
> Why would I get an undefined method `find_by_sql' for #Example:
> 0x981a4e4> for error when trying to use the find_by_sql method in my
> model?
>
>  def init_dictionaries
>    tables = find_by_sql( "SHOW TABLES FROM thesaurus" )

I think that should be self.find_by_sql as it is a class method.

>    @@tables = tables.collect{ |t| t.Tables_in_thesaurus }

Not related to your problem but class variables are usually not a good idea.

Colin

-- 
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 [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to