rails (7.0.2.4)
forest_liana (7.7.3)
Hello,
Is it possible to access the current forest user’s tags inside a smart field method definition?
field :test_tags, type: 'String' do
# Is it possible to get the current user's tags in here?
end
In controller methods we have access to ‘forest_user’, and in actions ‘context[:user]’, etc.
Thanks!