Skip to content

Commit eaf18a4

Browse files
author
James McKinney
committed
add missing "end"
1 parent 02854fe commit eaf18a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/active_admin/form_builder.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ def input_class_by_trying(as)
152152
standard_input_class_name(as).constantize
153153
end
154154
end
155+
end
155156
rescue NameError
156157
raise Formtastic::UnknownInputError
157158
end

0 commit comments

Comments
 (0)