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)