Searched defs:public_r (Results 1 - 1 of 1) sorted by relevance
/ontohub/app/models/repository/ | ||
H A D | access.rb | 4 OPTIONS = %w(public_r public_rw private_rw) 5 OPTIONS_MIRROR = %w(public_r private_r) 42 def public_r? 43 access == 'public_r' |
Completed in 7 milliseconds