lib/rubocop/cop/rails/time_zone.rb in rubocop-rails-2.2.1 vs lib/rubocop/cop/rails/time_zone.rb in rubocop-rails-2.3.0

- old
+ new

@@ -3,10 +3,10 @@ module RuboCop module Cop module Rails # This cop checks for the use of Time methods without zone. # - # Built on top of Ruby on Rails style guide (https://github.com/rubocop-hq/rails-style-guide#time) + # Built on top of Ruby on Rails style guide (https://rails.rubystyle.guide#time) # and the article http://danilenko.org/2012/7/6/rails_timezones/ # # Two styles are supported for this cop. When EnforcedStyle is 'strict' # then only use of Time.zone is allowed. #