Class: Tweetable::Collection

Inherits:
Persistable show all
Defined in:
lib/tweetable/collection.rb

Instance Method Summary collapse

Methods inherited from Persistable

#client, #config, find_or_create, #needs_update?

Instance Method Details

#validateObject



8
9
10
11
# File 'lib/tweetable/collection.rb', line 8

def validate
  assert_present :name
  assert_unique :name
end