lib/printreleaf/server.rb in printreleaf-1.0.2 vs lib/printreleaf/server.rb in printreleaf-1.0.3
- old
+ new
@@ -13,9 +13,10 @@
property :type
property :created_at, transform_with: Transforms::Date
property :url
property :username
property :password
+ property :contact
def account
@account ||= Account.find(account_id)
end
end