Sha256: 4af795d9f84191056e4d2697cd3e0a3f3107ea5a2d420fa5cc7688eeaa3dac8b
Contents?: true
Size: 292 Bytes
Versions: 10
Compression:
Stored size: 292 Bytes
Contents
module CanTango module Rules module Adaptor module Relational def attribute_condition attribute, user_scope { attribute.to_sym => user_scope.send(attribute) } end alias_method :include_condition, :attribute_condition end end end end
Version data entries
10 entries across 10 versions & 2 rubygems