Sha256: bb7af0ad917687f819c4b3dac2ebafb0934041b31fad8d094530b9cd8fbb50d3
Contents?: true
Size: 425 Bytes
Versions: 102
Compression:
Stored size: 425 Bytes
Contents
# Namespace for models module Mdm # Causes the model_name for all Mdm modules to not include the Mdm:: prefix in their name. # # This has been supported since ActiveSupport 3.2.1. In ActiveSupport 3.1.0, it checked for _railtie. Before that # there was no way to do relative naming without manually overriding model_name in each class. # # @return [true] def self.use_relative_model_naming? true end end
Version data entries
102 entries across 102 versions & 1 rubygems