Sha256: 3136bcfacf767057b5e9740d7577529948565a5c2e523b7d68d947d68a2bbdb5
Contents?: true
Size: 435 Bytes
Versions: 15
Compression:
Stored size: 435 Bytes
Contents
# frozen_string_literal: true module PriceHubble # Rails-specific initializations. class Railtie < Rails::Railtie # Run before all Rails initializers, but after the application is defined config.before_initialize do # Nothing to do here at the moment. end # Run after all configuration is set via Rails initializers config.after_initialize do # Nothing to do here at the moment. end end end
Version data entries
15 entries across 15 versions & 1 rubygems