hi,
   i am new to ruby on rails,i want to remove a field from the edit
screen,how to know whether removing that field will effect the other
screens.
i want to remove the below code from my controller
config.columns[:status].form_ui = :radio
    config.columns[:status].options = {}
    config.columns[:status].options[:values] = [['Active', 'A'],
["Inactive", 'I']]

thanks in advance

-- 

Harika Grandhi

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