class Guard::Internals::Scope
def _instantiate(meth, obj)
def _instantiate(meth, obj) # TODO: no coverage return obj unless obj.is_a?(Symbol) || obj.is_a?(String) Guard.state.session.send("#{meth}s".to_sym).all(obj).first end
def _instantiate(meth, obj) # TODO: no coverage return obj unless obj.is_a?(Symbol) || obj.is_a?(String) Guard.state.session.send("#{meth}s".to_sym).all(obj).first end