Method: JSONAPI::Home::V1::Resource.where

Defined in:
app/models/jsonapi/home/v1/resource.rb

.where(attributes) ⇒ Object



17
18
19
# File 'app/models/jsonapi/home/v1/resource.rb', line 17

def self.where(attributes)
  all.where(attributes)
end