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