Skip to content

Commit

Permalink
Rapid -- better error reporting when trying to get a form input for a…
Browse files Browse the repository at this point in the history
… has_many (not implemented yet)
  • Loading branch information
tslocke committed Jun 27, 2008
1 parent 9f22821 commit b53166a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hobo/taglibs/rapid_forms.dryml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
if refl.options[:through]
select_many(attrs)
else
has_many_input(attrs)
raise NotImlementedError, "An input for has-many associations has not been implemented yet"
end
end
else
Expand All @@ -129,7 +129,7 @@
end
%></def>


<def tag="input" for="text" attrs="name">
<%= text_area_tag(name, this, attributes) %>
</def>
Expand Down

0 comments on commit b53166a

Please sign in to comment.