Displaying 1 result from an estimated 1 matches for "chapter_typ".
Did you mean:
chapter_type
2009 Jun 20
0
AssociationTypeMismatch
...br />
<%= modul_form.select :level, %w{ nil 0 1 2 3 } %><br />
</p>
<p>
<%= modul_form.label :parent %><br />
<%= modul_form.text_field :parent %>
</p>
<% end %>
<p>
<%= chapter_form.label :chapter_type %><br />
<%=
#@decodes = Decode.find(:all, :conditions => {:name =>
"Chapter_Type", :is_active => 1 })
@decodes = Decode.all(:conditions => {:name =>
"Chapter_Type", :is_active => 1 })
chapter_form.collection_select :chapter_type,
@decodes,...