Sha256: ce10f3584801e68d05d0ef42b9be7b31fb19fe32a71e9480b6f077151d96ea4d
Contents?: true
Size: 250 Bytes
Versions: 74
Compression:
Stored size: 250 Bytes
Contents
- if current_user.admin? %label{:for=>'user_admin'} Can edit site = select :user, :site_id, [['<any>', '']] + Site.all.map { |s| [s.name, s.id] } .caption A user with no site is able to act (to whatever extent their status allows) on any site.
Version data entries
74 entries across 74 versions & 1 rubygems