I probably missing something really basic here but how do I get a list of pages with a certain category. I basically want to render a list of FAQ's and I have the pages categorized with 'faq'. I've tried:
Cms::Page.published.categorized_as('faq')
But that throws a NoMethodError: undefined method `categorized_as' for #<ActiveRecord::Relation:0x007fb0107d53a8> error.
Any pointers?
Thanks,
Glen