Sha256: 2f8a173cd01b8152090ec18edf33d259a54624c51808e343ddb3fdd15b721a27
Contents?: true
Size: 448 Bytes
Versions: 24
Compression:
Stored size: 448 Bytes
Contents
class RailsOps::Configuration < ActiveType::Object attribute :lock_models_at_build, :boolean, default: true attribute :authorization_backend, :string, default: nil attribute :trigger_hookups_without_authorization, :boolean, default: false attribute :ensure_authorize_called, :boolean, default: true attribute :default_schemacop_version, :integer, default: 2 attribute :rescue_validation_error_in_controller, :boolean, default: true end
Version data entries
24 entries across 24 versions & 1 rubygems