[PATCH conductor] Fix the new Provider Account form error

Imre Farkas ifarkas at redhat.com
Thu Jun 7 11:59:14 UTC 2012


On 2012-06-07 11:55, jtomasek at redhat.com wrote:
> From: Jiri Tomasek<jtomasek at redhat.com>
>
> ---
>   src/app/models/credential.rb |    2 +-
>   1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/src/app/models/credential.rb b/src/app/models/credential.rb
> index a52319c..bd72783 100644
> --- a/src/app/models/credential.rb
> +++ b/src/app/models/credential.rb
> @@ -36,5 +36,5 @@ class Credential<  ActiveRecord::Base
>     validates_uniqueness_of :credential_definition_id, :scope =>  :provider_account_id
>
>     attr_protected :id, :provider_account_id, :created_at
> -  attr_accessible :value, :credential_definition_id
> +  attr_accessible :value, :credential_definition_id, :credential_definition
>   end

ACK



More information about the aeolus-devel mailing list