Skip to content

Commit

Permalink
Fix default timestamp_attribute value on active_touch.rb config file.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Pheasey committed Feb 9, 2016
1 parent 16d814c commit b73c06f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
active_touch (3.0.1)
active_touch (3.0.3)
rails (~> 4.2)

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/active_touch/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ActiveTouch
VERSION = '3.0.2'
VERSION = '3.0.3'
end
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@

# Timestamp attribute to update when touched
# Default is :updated_at
# config.timestamp_attribute = 'default'
# config.timestamp_attribute = :updated_at
end

0 comments on commit b73c06f

Please sign in to comment.