Class: Group

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
app/models/users/group.rb

Overview

Copyright © 2008-2013 Michael Dvorkin and contributors.

Fat Free CRM is freely distributable under the terms of MIT license. See MIT-LICENSE file or www.opensource.org/licenses/mit-license.php


Instance Method Summary collapse

Instance Method Details

#user_ids=(value) ⇒ Object

TODO: Fix chosen bug that makes this necessary



15
16
17
# File 'app/models/users/group.rb', line 15

def user_ids=(value)
  super value.join.split(',')
end