Sha256: dad3e07f93fe49dbbbac97c0520372d360e205f0b5b8b3c76ccf65c122f5cb13

Contents?: true

Size: 395 Bytes

Versions: 6

Compression:

Stored size: 395 Bytes

Contents

module RailsAdmin
  module Config
    module Sections
      # Configuration of the query view
      class Query < RailsAdmin::Config::Sections::Base
        register_instance_option :sort_by do
          nil
        end

        register_instance_option :sort_reverse? do
          false
        end
      end
    end
  end
end

RailsAdmin::Config::Sections.included(RailsAdmin::Config::Model)

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
basepack-1.0.1 lib/basepack/sections/query.rb
basepack-1.0.0 lib/basepack/sections/query.rb
basepack-1.0.0.pre.0 lib/basepack/sections/query.rb
basepack-0.2.0 lib/basepack/sections/query.rb
basepack-0.1.0 lib/basepack/sections/query.rb
basepack-0.0.2 lib/basepack/sections/query.rb