app/serializers/cadenero/account_serializer.rb in cadenero-0.0.2.b8 vs app/serializers/cadenero/account_serializer.rb in cadenero-0.0.2.b10
- old
+ new
@@ -1,9 +1,9 @@
module Cadenero
# JSON Serializaer for the Cadenero::V1::Account Model
class AccountSerializer < ActiveModel::Serializer
embed :ids
- attributes :id, :name, :subdomain, :authentication_token
+ attributes :id, :name, :subdomain, :auth_token
has_one :owner
has_many :users
end
end