From b73c06fcdde671a09718a2e8d92f596c3f5dfd06 Mon Sep 17 00:00:00 2001 From: Kevin Pheasey Date: Tue, 9 Feb 2016 10:19:25 -0500 Subject: [PATCH] Fix default timestamp_attribute value on active_touch.rb config file. --- Gemfile.lock | 2 +- lib/active_touch/version.rb | 2 +- lib/generators/active_touch/install/templates/active_touch.rb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index e20f3f1..e5e1db8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - active_touch (3.0.1) + active_touch (3.0.3) rails (~> 4.2) GEM diff --git a/lib/active_touch/version.rb b/lib/active_touch/version.rb index d97506c..3c30af7 100644 --- a/lib/active_touch/version.rb +++ b/lib/active_touch/version.rb @@ -1,3 +1,3 @@ module ActiveTouch - VERSION = '3.0.2' + VERSION = '3.0.3' end diff --git a/lib/generators/active_touch/install/templates/active_touch.rb b/lib/generators/active_touch/install/templates/active_touch.rb index c4cf032..5a2a2eb 100644 --- a/lib/generators/active_touch/install/templates/active_touch.rb +++ b/lib/generators/active_touch/install/templates/active_touch.rb @@ -13,5 +13,5 @@ # Timestamp attribute to update when touched # Default is :updated_at - # config.timestamp_attribute = 'default' + # config.timestamp_attribute = :updated_at end \ No newline at end of file