Class: ContentServiceResource

Inherits:
ActiveResource::Base
  • Object
show all
Defined in:
app/models/content_service_resource.rb

Overview

pages will be ‘value added’ with system-sourced data and ‘mashed-in’ data

Class Method Summary collapse

Class Method Details

.find_allObject



13
14
15
# File 'app/models/content_service_resource.rb', line 13

def self.find_all 
  ContentServiceResource.find(:all, :params => {:contentQuery => "audienceIds='490,5270';;expired='false'"})
end