mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-24 08:09:13 -05: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
|