Sha256: 1837d1259fe4a09728957e12ca45dd323e2f2f4051400ef2f5a390e31551dd0f
Contents?: true
Size: 663 Bytes
Versions: 6
Compression:
Stored size: 663 Bytes
Contents
# -*- encoding: utf-8 -*- # -*- frozen_string_literal: true -*- # -*- warn_indent: true -*- module UnitMeasurements module Rails # The +Railtie+ class integrates +unit_measurements+ with the Rails framework. # # This Railtie is designed to be automatically loaded by Rails when the # application starts. It facilitates configuration and customization of the # behavior of +unit_measurements+ within a Rails application. # # @author {Harshal V. Ladhe}[https://shivam091.github.io/] # @since 0.1.0 class Railtie < ::Rails::Railtie # (optional: add custom configuration, initialization, or other hooks) end end end
Version data entries
6 entries across 6 versions & 1 rubygems