Method: ApiResource::Resource.all

Defined in:
lib/api-resource/resource.rb

.allObject



77
78
79
# File 'lib/api-resource/resource.rb', line 77

def self.all
  self.where({})
end