charlotte-ruby / impressionist

Rails Plugin that tracks impressions and page views
MIT License
1.54k stars 313 forks source link

Very critical problem #271

Open seohanbin opened 5 years ago

seohanbin commented 5 years ago

https://github.com/charlotte-ruby/impressionist/blob/41a209bdf7c15579e4db7217ae62914a0c737673/Readme.md#L168

is_impressionable :counter_cache => true, :column_name => :my_column_name, :unique => :request_hash

Above does not work.. request_hash is not correct

is_impressionable :counter_cache => true, :column_name => :my_column_name, :unique => :session_hash

This work~!