From 81a9c5f02296ead1b8c9e6643934e402e3e094ab Mon Sep 17 00:00:00 2001 From: Jisu Park Date: Thu, 23 Apr 2015 15:33:49 +0900 Subject: [PATCH] Typos corrected impressionalble => impressionable --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f2fd31f..85bd6e2 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ Usage an AR model instance. Impressionist will automatically log the Model name (based on action_name) and the id (based on params[:id]), but in order to get the count of impressions (example: @widget.impression_count), you will - need to make your model impressionalble + need to make your model impressionable class Widget < ActiveRecord::Base is_impressionable