mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 05:07:53 +08:00
10 lines
351 B
Ruby
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
|