Quoting Table Names ActiveRecord adapter

Hi all I am using mySQL server 5.0 Using Rails, when I am generating scaffolds, the query that it hits to view fields is like: show fields from 'table' The problem is it single-quotes the table name When I run the same query from mysql client, it shows a syntax error Please, help me

I figured out the problem. It isn't single quote but back tick. Somehow the forms are not getting displayed.