foreman_users 0.0.18.2 → 0.0.18.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -5,7 +5,7 @@ module ForemanUsers
5
5
  attr_accessible :title, :body, :username, :ensure , :gid, :groups, :home , :password, :password_max_age, :password_min_age, :shell, :uid, :groups_attributes
6
6
 
7
7
 
8
- has_many :groups, :class_name => 'ForemanUsers::User::ForemanTasks::Group', :foreign_key => :user_id
8
+ has_many :groups, :class_name => 'ForemanUsers::ForemanUsers::Group', :foreign_key => :user_id
9
9
  accepts_nested_attributes_for :groups, reject_if: proc { |attributes| attributes['gid'].blank?| attributes['name'].blank? | attributes['ensure'].blank? } , allow_destroy: true
10
10
 
11
11
  after_create :create_dir
@@ -1,3 +1,3 @@
1
1
  module ForemanUsers
2
- VERSION = '0.0.18.2'
2
+ VERSION = '0.0.18.3'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: foreman_users
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.18.2
4
+ version: 0.0.18.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: