Module: LHS::Proxy::Accessors

Extended by:
ActiveSupport::Concern
Included in:
LHS::Proxy
Defined in:
lib/lhs/concerns/proxy/accessors.rb

Constant Summary collapse

BLACKLISTED_KEYWORDS =

Keywords that would not be forwarded via method missing FIXME: Extend the set of keywords

%w(new proxy_association)

Instance Method Summary collapse

Instance Method Details

#clear_cache!Object



15
16
17
# File 'lib/lhs/concerns/proxy/accessors.rb', line 15

def clear_cache!
  @cache = nil
end