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" )
    @@tables = tables.collect{ |t| t.Tables_in_thesaurus }
  end

-- 
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