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