Displaying 1 result from an estimated 1 matches for "supoint".
Did you mean:
subpoint
2006 Feb 17
4
Why doesn''t this work!
I have this in my controller...
@tech_standards = TechStandard.find_by_sql("SELECT * FROM tech_standards
WHERE subpoint <> 0")
Everything is fine except when I look at my view I still get supoints
that are 0. When I run this query in my query browser I don''t.
View:
<select name="resource[tech_standard]" id="tech_standard">
<option value="0" selected="selected"></option>
<% for @tech_standard in @tech_standar...