mirror of
https://github.com/astuto/astuto.git
synced 2025-12-16 11:47:56 +01:00
4 lines
173 B
Ruby
4 lines
173 B
Ruby
|
|
require Rails.root.join('app/lib/custom_liquid_filters') # Load the custom filters module
|
||
|
|
|
||
|
|
# Register the custom filter
|
||
|
|
Liquid::Template.register_filter(CustomLiquidFilters)
|