Sha256: d35f2dbc48ca135495ff37d71a939a6b28089b33bafdf6558a2cf706a5595e7d

Contents?: true

Size: 179 Bytes

Versions: 7

Compression:

Stored size: 179 Bytes

Contents

module LocalTime
  mattr_accessor(:default_time_format) { "%B %e, %Y %l:%M%P" }
  mattr_accessor(:default_date_format) { "%B %e, %Y" }

  class Engine < ::Rails::Engine
  end
end

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
cm-admin-1.5.22 vendor/bundle/ruby/3.3.0/gems/local_time-2.1.0/lib/local_time.rb
cm-admin-1.5.21 vendor/bundle/ruby/3.3.0/gems/local_time-2.1.0/lib/local_time.rb
cm-admin-1.5.20 vendor/bundle/ruby/3.3.0/gems/local_time-2.1.0/lib/local_time.rb
local_time-3.0.2 lib/local_time.rb
local_time-2.1.0 lib/local_time.rb
local_time-2.0.1 lib/local_time.rb
local_time-2.0.0 lib/local_time.rb