Sha256: ace18896b1268607c7ba3e2291ed84a315eb3b094efaa84abad729ea5f96e52a

Contents?: true

Size: 286 Bytes

Versions: 160

Compression:

Stored size: 286 Bytes

Contents

module WithProfile
  extend ActiveSupport::Concern

  module ClassMethods
    def for_profile(profile)
      where(uid: profile.uid).first_or_initialize.tap do |user|
        user.assign_attributes(profile.to_h.compact)
        user.save_and_notify_changes!
      end
    end
  end
end

Version data entries

160 entries across 160 versions & 2 rubygems

Version Path
mumuki-domain-8.3.1 app/models/concerns/with_profile.rb
mumuki-domain-8.2.0 app/models/concerns/with_profile.rb
mumuki-domain-8.1.3 app/models/concerns/with_profile.rb
mumuki-domain-8.1.2 app/models/concerns/with_profile.rb
mumuki-domain-8.1.1 app/models/concerns/with_profile.rb
mumuki-domain-8.1.0 app/models/concerns/with_profile.rb
mumuki-domain-8.0.0 app/models/concerns/with_profile.rb
mumuki-domain-7.12.2 app/models/concerns/with_profile.rb
mumuki-domain-7.12.1 app/models/concerns/with_profile.rb
mumuki-domain-7.12.0 app/models/concerns/with_profile.rb
mumuki-domain-7.11.1 app/models/concerns/with_profile.rb
mumuki-laboratory-7.11.1 vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-c92f2a7212e2/app/models/concerns/with_profile.rb
mumuki-laboratory-7.11.0 vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-2e15c3330133/app/models/concerns/with_profile.rb
mumuki-domain-7.11.0 app/models/concerns/with_profile.rb
mumuki-domain-7.10.1 app/models/concerns/with_profile.rb
mumuki-domain-7.10.0 app/models/concerns/with_profile.rb
mumuki-laboratory-7.9.2 vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-7082a83493eb/app/models/concerns/with_profile.rb
mumuki-domain-7.9.2 app/models/concerns/with_profile.rb
mumuki-laboratory-7.9.1 vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-b162dc91aa77/app/models/concerns/with_profile.rb
mumuki-domain-7.9.1 app/models/concerns/with_profile.rb