Sha256: 948a99128372b29c48610a51adb61c5bbe21456799cc7ca283dbc2051c786a98
Contents?: true
Size: 292 Bytes
Versions: 5
Compression:
Stored size: 292 Bytes
Contents
module Presenting::Defaults # Whether the columns in the Grid should be sortable by default mattr_accessor :grid_is_sortable self.grid_is_sortable = true # Whether fields should be sanitized by default mattr_accessor :sanitize_fields self.sanitize_fields = true end
Version data entries
5 entries across 5 versions & 1 rubygems