Method: PadmaAccount#admin
- Defined in:
- app/models/padma_account.rb
#admin ⇒ Object
47 48 49 |
# File 'app/models/padma_account.rb', line 47 def admin self.users.select {|u| u.roles.select {|r| r["name"] == "admin"}.first}.first end |