bootcamp-s18 / laravel-group-maker

0 stars 0 forks source link

Replace magic group size max and group size min with values from the admin settings table #16

Closed jhempy closed 6 years ago

jhempy commented 6 years ago

In groups.create, we are using min=1 and max=100 to constrain the value of max_members.

These numbers also show up in the GroupsController for validation.

Replace them with admin settings values.