I have the following code:

@@available_columns = [
    QueryColumn.new(:tracker, :sortable =>
"#{Tracker.table_name}.position"),
    QueryColumn.new(:root_cause, :sortable =>
"#{RootCause.table_name}.position"),
   QueryColumn.new(:project, :sortable => "#{Project.table_name}.name"),

.....

]

After array initalization I want to revise several elements and delete
them from the array. How can I delete?
-- 
Posted via http://www.ruby-forum.com/.

--~--~---------~--~----~------------~-------~--~----~
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 rubyonrails-talk@googlegroups.com
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