Sha256: f60b22d0c0198736afca66549a2f4cff4e51544a18fa3743d92376f9807bc3e6

Contents?: true

Size: 116 Bytes

Versions: 4

Compression:

Stored size: 116 Bytes

Contents

module Hatchy
  class Admin::ApplicationPolicy < ApplicationPolicy
    def access?
      is_admin?
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
hatchy-0.0.8.pre app/policies/hatchy/admin/application_policy.rb
hatchy-0.0.7.pre app/policies/hatchy/admin/application_policy.rb
hatchy-0.0.6.pre app/policies/hatchy/admin/application_policy.rb
hatchy-0.0.5.pre app/policies/hatchy/admin/application_policy.rb