JordanHatch/maslow-redux

View on GitHub
app/helpers/settings/teams_helper.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Settings::TeamsHelper

  def available_users
    User.excluding_bots
  end

end