Sha256: 4dfc12e8fd7099f89cb258aca620151489671dd44611052e013fc693b508842a

Contents?: true

Size: 222 Bytes

Versions: 5

Compression:

Stored size: 222 Bytes

Contents

class MnoMonster < ActiveRecord::Base
  maestrano_user_via :provider, :uid do |user,maestrano|
    user.first_name = maestrano.first_name
    user.last_name = maestrano.last_name
    user.email = maestrano.email
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
maestrano-rails-0.12.0 test/dummy_activerecord/app/models/mno_monster.rb
maestrano-rails-0.11.0 test/dummy_activerecord/app/models/mno_monster.rb
maestrano-rails-0.10.0 test/dummy_activerecord/app/models/mno_monster.rb
maestrano-rails-0.9.5 test/dummy_activerecord/app/models/mno_monster.rb
maestrano-rails-0.9.4 test/dummy_activerecord/app/models/mno_monster.rb