Module: Models::LiquidMethods

Overview

DSL for exposing model methods to Liquid templates: liquid_methods :foo
generates a Liquid::Drop subclass (stored as LiquidDropClass) whose
members delegate to the model, and defines to_liquid to wrap the record.

Defined Under Namespace

Modules: ClassMethods