Class: HubriseApp::Services::ResolveAppInstance
- Inherits:
-
Object
- Object
- HubriseApp::Services::ResolveAppInstance
- Defined in:
- app/lib/hubrise_app/services/resolve_app_instance.rb
Class Method Summary collapse
Class Method Details
.run(scope, id, _ctx) ⇒ Object
5 6 7 |
# File 'app/lib/hubrise_app/services/resolve_app_instance.rb', line 5 def self.run(scope, id, _ctx) scope.where(hr_id: id).take end |