Sha256: 3d7bbb3ac41decd8982d10814a94092a7be54964e5b282c8310187b504e7dbae
Contents?: true
Size: 267 Bytes
Versions: 8
Compression:
Stored size: 267 Bytes
Contents
module Timespan module Rails class Engine < ::Rails::Engine # Also automatically adds the assets in vendor/assets :) initializer 'Timespan setup' do I18n.load_path << Dir[Rails.root.join('config', 'locales', 'timespan', '*.yml')] end end end end
Version data entries
8 entries across 8 versions & 1 rubygems