Open eilers opened 9 years ago
If I use the filter has_role like this:
{{ "admin" | identity_plugin_has_role }}
I receive the following exception:
undefined method `has_role' for #<Liquid::Strainer:0x007fac932171f8>
Please tell me what is wrong?
Thanks in advance!
Seems to be a ruby issue or somewhat related to ruby: It works if I use ruby 2.0.0. The issue returns starting with 2.1.2.
If I use the filter has_role like this:
I receive the following exception:
Please tell me what is wrong?
Thanks in advance!