lib/active_set/instructions/entry.rb in activeset-0.4.4 vs lib/active_set/instructions/entry.rb in activeset-0.5.0

- old
+ new

@@ -9,10 +9,10 @@ class Instructions class Entry attr_reader :keypath delegate :path, :attribute, :operator, :associations_array, - :associations_hash, :value_for, :resource_for, + :associations_hash, :value_for, :resource_for, :titleized, to: :keypath def initialize(keypath, value) @keypath = KeyPath.new(keypath) @value = Value.new(value)