discourse/config/initializers/vestal_versions.rb

10 lines
351 B
Ruby

VestalVersions.configure do |config|
# Place any global options here. For example, in order to specify your own version model to use
# throughout the application, simply specify:
#
# config.class_name = "MyCustomVersion"
#
# Any options passed to the "versioned" method in the model itself will override this global
# configuration.
end