Method: Forgejo::Branch#user_can_push
- Defined in:
- lib/forgejo/models/branch.rb
#user_can_push ⇒ Object
Returns the value of attribute user_can_push.
35 36 37 |
# File 'lib/forgejo/models/branch.rb', line 35 def user_can_push @user_can_push end |