Actions
Bug #12068
closedPrepend puppetclass or variable to lookup_key_id
Description
Parameters for some objects such as EnvironmentClass, are passed as simply lookup_key_id. On Rails 3 parameters are not as strongly checked and it works just fine, however on Rails 4 parameters will depend on the associations of the model. This means we should specify what kind of lookup_key is it.
Actions