Sha256: 2e8c009ec9a18272c572780085eeed671d44047be46d17280b22aca4f82def2f

Contents?: true

Size: 136 Bytes

Versions: 1

Compression:

Stored size: 136 Bytes

Contents

module Georgia
  class ApiPolicy < ApplicationPolicy

    def index?
      true
    end

    def search?
      index?
    end

  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
georgia-0.8.0 app/policies/georgia/api_policy.rb