Skip to content

Commit

Permalink
Re #255; improve invalid nested value error message
Browse files Browse the repository at this point in the history
  • Loading branch information
tfausak committed Feb 9, 2015
1 parent 7bd51e2 commit 9b0b0ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/active_interaction/errors.rb
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class InvalidNestedValueError < Error
# @param filter_name [Symbol]
# @param input_value [Object]
def initialize(filter_name, input_value)
super()
super("#{filter_name}: #{input_value.inspect}")

@filter_name = filter_name
@input_value = input_value
Expand Down

0 comments on commit 9b0b0ac

Please sign in to comment.