Sha256: 767f1307927bf648c3b3dfa5259c6f1cb73c2d0c48431abe693611eafd0c867b
Contents?: true
Size: 176 Bytes
Versions: 15
Compression:
Stored size: 176 Bytes
Contents
class NdlBookPolicy < ApplicationPolicy def index? true if user.try(:has_role?, 'Librarian') end def create? true if user.try(:has_role?, 'Librarian') end end
Version data entries
15 entries across 15 versions & 1 rubygems