foreman_users 0.0.26 → 0.0.27

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,4 @@
1
1
  class ForemanUsers::Sygroup < ActiveRecord::Base
2
- attr_accessible :groupname, :ensure, :gid, :groupable_type, :groupable_id, :user_id
2
+ attr_accessible :name, :ensure, :gid, :groupable_type, :groupable_id, :user_id
3
3
  belongs_to :foreman_users_syuser, class_name: "ForemanUsers::Syuser",foreign_key: "user_id"
4
4
  end
@@ -1,3 +1,3 @@
1
1
  module ForemanUsers
2
- VERSION = '0.0.26'
2
+ VERSION = '0.0.27'
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.26
4
+ version: 0.0.27
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: