lib/tito/account.rb in tito-0.1.4 vs lib/tito/account.rb in tito-0.1.6
- old
+ new
@@ -1,7 +1,8 @@
module Tito
class Account < Base
property :name, type: :string
+ property :description, type: :string
property :slug, type: :string
def events
Tito::Event.where(account_id: id)
end
\ No newline at end of file