mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-15 08:50:45 -07:00
Rename Drop method before_method to liquid_method_missing (#661) [Thierry Joyal]
+1
-1
@@ -4,7 +4,7 @@ Drops let you provide the user with custom functionality. They are very much lik
|
||||
|
||||
## Standard drop methods:
|
||||
|
||||
before_method(method):
|
||||
before_method(method) (since version 4.0 you should use #liquid_method_missing):
|
||||
|
||||
Called once for every invocation, even if the destination method doesn't exist. Can be used to provide dynamically named methods.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user