Class: Catptcha::PhotoGroup
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- Catptcha::PhotoGroup
- Defined in:
- lib/catptcha/photo_group.rb
Overview
-
flickr_group_id
-
photos_updated_at
-
photos_count
Class Method Summary collapse
Class Method Details
.photos_count ⇒ Object
14 15 16 |
# File 'lib/catptcha/photo_group.rb', line 14 def self.photos_count sum(:photos_count) end |