Sha256: 6dc77d3034ce3736418d1716136e9fb07baa00658d939732ef9b8b76b0d7fab0
Contents?: true
Size: 664 Bytes
Versions: 1
Compression:
Stored size: 664 Bytes
Contents
# -*- encoding: utf-8 -*- # -*- frozen_string_literal: true -*- # -*- warn_indent: true -*- module UnitMeasurements module Rails # The +Railtie+ class for integrating +unit_measurements+ with the +Rails+ # framework. # # This Railtie is designed to be automatically loaded by Rails when the # application starts. It can be used to configure and customize the behavior # of +unit_measurements+ in 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
unit_measurements-rails-1.0.0 | lib/unit_measurements/rails/railtie.rb |