Sha256: 505cc0336dd8bd0af115d781d3a86b5f05dabce9eb20b7d5421aeaf30dd4e3db

Contents?: true

Size: 253 Bytes

Versions: 1

Compression:

Stored size: 253 Bytes

Contents

module LocalTime
  def adjust_time(time)
    ::ActiveSupport::Deprecation.warn("`adjust_time' is deprecated. All time output is now auto-adjusted to TrustyCms::Config['local.timezone'] or the default ActiveRecord time zone.", caller)
    time
  end 
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
trusty-cms-1.0.0 lib/local_time.rb