How to grant table in rails

i want to know about grant table in rails.
Have anyone helps me to give idea about grant table in rails?
thank you. -__-

On Apr 1, 9:24 am, “[email protected][email protected] wrote:

i want to know about grant table in rails.
Have anyone helps me to give idea about grant table in rails?
thank you. -__-

Assuming you’re talking about granting privileges on databases,
there’s nothing builtin - you’ll just have to use
ActiveRecord::Base.connection.execute to execute an appropriate sql
statement.

Fred

thank you , i try it

2009/4/1 Frederick C. [email protected]