Sha256: 845dc3f9c4b661ac901c60331a1eae39b4d8a5e449311548df64ceb2886912ac
Contents?: true
Size: 288 Bytes
Versions: 1
Compression:
Stored size: 288 Bytes
Contents
class Favorite < ActiveRecord::Base extend ActsAsFavoritor::FavoritorLib extend ActsAsFavoritor::FavoriteScopes belongs_to :favoritable, polymorphic: true belongs_to :favoritor, polymorphic: true def block! self.update_attributes blocked: true end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
acts_as_favoritor-2.0.1 | lib/generators/templates/model.rb |