Skip to content

Commit

Permalink
[brightbox] Added type to Account's created_at attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
tokengeek authored and geemus committed Nov 16, 2010
1 parent 1aa122c commit 418e057
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/fog/brightbox/models/compute/account.rb
Expand Up @@ -28,7 +28,7 @@ class Account < Fog::Model
attribute :library_ftp_user
# This is always returned as null/nil unless performing a reset_ftp_password request
attribute :library_ftp_password
attribute :created_at
attribute :created_at, :type => :time



Expand Down

0 comments on commit 418e057

Please sign in to comment.