Process to call an AttributeType's controller method?
Permalink
Brain Freeze. I've seen it before....
When you're trying to grab an attribute type value from outside the class it's best to discover the attribute type (by way of the key), then call the controller for that type, then call the methods that will get you that value.
What's the best approach on that?
When you're trying to grab an attribute type value from outside the class it's best to discover the attribute type (by way of the key), then call the controller for that type, then call the methods that will get you that value.
What's the best approach on that?