We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de68119 commit 88b0469Copy full SHA for 88b0469
lib/active_admin/form_builder.rb
@@ -157,7 +157,7 @@ def input_class_by_trying(as)
157
end
158
159
rescue NameError
160
- raise Formtastic::UnknownInputError
+ raise Formtastic::UnknownInputError, "Unable to find input class for #{as}"
161
162
163
# This method calls the block it's passed (in our case, the `f.inputs` block)
0 commit comments