Method: Writefully::Authorship#select_role
- Defined in:
- app/models/writefully/authorship.rb
#select_role ⇒ Object
20 21 22 |
# File 'app/models/writefully/authorship.rb', line 20 def select_role Authorship.count == 0 ? "super_admin" : "collaborator" end |