fiedl/wingolfsplattform

View on GitHub
app/models/groups/bvs_parent.rb

Summary

Maintainability
A
0 mins
Test Coverage
class Groups::BvsParent < Groups::GroupOfGroups

  def important_officer_keys
    [:bv_leiter, :schriftwart, :kassenwart]
  end

end