Actions
Feature #5131
closedQuery.has_column() should support has_column(:column_name)
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Code cleanup/refactoring
Target version:
-
Start date:
2010-03-19
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Description
(01:36:10 PM) edavis10: rsyring: @query.has_column() expects a QueryColumn object
(01:36:54 PM) edavis10: rsyring: though we should change it to support @query.has_column(:name) and @query.has_column?(QueryColumn....)
Actions