Rename Drop method before_method to liquid_method_missing (#661) [Thierry Joyal]

Evgeny Morozov
2017-04-06 19:18:49 +03:00
parent 721ffd1e0f
commit c2cea446c9
+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.