lib/coactive/lookups/base.rb in coactive-0.3.0 vs lib/coactive/lookups/base.rb in coactive-0.4.0
- old
+ new
@@ -4,9 +4,10 @@
module Lookups
class Base
def initialize(klass, coactant)
@klass = klass
@coactant = coactant
+ @config = @klass.coactive_config
end
def call
end