diff options
author | Peter Kozak <spag@golwen.net> | 2013-02-28 09:09:10 -0500 |
---|---|---|
committer | Peter Kozak <spag@golwen.net> | 2013-02-28 09:09:10 -0500 |
commit | 6238abea422a1be14d5f3d8cbacd78f2e72fd466 (patch) | |
tree | 1a7d4b80ed84e50a744e7dd18c5bbf60c7dfc38d /app/controllers | |
parent | 1353b9c0563da02f1b17e54d802f28221cdce982 (diff) |
group defaults
Diffstat (limited to 'app/controllers')
-rw-r--r-- | app/controllers/groups_controller.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/groups_controller.rb b/app/controllers/groups_controller.rb index 74ad7c8..d48707c 100644 --- a/app/controllers/groups_controller.rb +++ b/app/controllers/groups_controller.rb @@ -11,7 +11,7 @@ class GroupsController < ApplicationController end def new - @group = Group.new + @group.active = true; end def create |