Skip to content
tpitale edited this page Dec 13, 2010 · 18 revisions

With a Class and Filters and Sorting

Exits.results(profile, :limit => 10,
                       :offset => 20,
                       :start_date => (Date.today - 30),
                       :end_date => Date.today,
                       :filters => {:pageviews.gte => 200},
                       :sort => :pageviews)
Clone this wiki locally