Libraries »
azeveco/Togglefy (main)
»
Index »
File: engine
# frozen_string_literal: true
moduleTogglefy# The Engine class integrates the Togglefy gem with a Rails application.
# It isolates the namespace to avoid conflicts with other parts of the application.
classEngine<::Rails::Engineisolate_namespaceTogglefyendend