…n; Helper methods in catalog controller requires quotes when including question mark
@ericgriffis Found that blacklight routes now need a blacklight. prefix. And apparently the way the catalog controller config sends the helper methods requires quotes if the symbol has a question mark, i.e. :is_collection? became 'is_collection?'
…n; Helper methods in catalog controller requires quotes when including question mark
@ericgriffis Found that blacklight routes now need a
blacklight.
prefix. And apparently the way the catalog controller config sends the helper methods requires quotes if the symbol has a question mark, i.e.:is_collection?
became'is_collection?'