<%= f.label question.question %>
.... select question from questions where "id"=1; question ---------------------------------- What is 2+3. What is the answer? (1 row) what is the answer? ruby-1.9.2-p290 :006 > helper.label_tag "All Caps String" => "" ruby-1.9.2-p290 :007 > helper.label_tag "All Caps String", "All Caps String" => " <%= f.label question.question, question.question %>