Put back impressions for new and bulletin.

Add view_count field to tag.
This commit is contained in:
Christophe Vilayphiou 2012-07-30 17:57:55 +08:00
parent 4d7a53866e
commit f3ccbce5c8
3 changed files with 4 additions and 2 deletions

View File

@ -4,7 +4,9 @@ class Tag
include Impressionist::Impressionable
is_impressionable :counter_cache => { :column_name => :view_count }
field :key
field :view_count, :type => Integer, :default => 0
#field :cloud_amper,:type: Integer,:default=> 0
belongs_to :module_app

View File

@ -14,7 +14,7 @@ class Bulletin
#scope :searchable,where(:is_checked=>true,:is_hidden=>false,:is_pending=>false)
# is_impressionable :counter_cache => { :column_name => :view_count }
is_impressionable :counter_cache => { :column_name => :view_count }
field :title, localize: true
field :subtitle, localize: true

View File

@ -17,7 +17,7 @@ class NewsBulletin
#scope :searchable,where(:is_checked=>true,:is_hidden=>false,:is_pending=>false)
# is_impressionable :counter_cache => { :column_name => :view_count }
is_impressionable :counter_cache => { :column_name => :view_count }
field :title, localize: true
field :subtitle, localize: true