Sha256: e19d2aa9209de446f4191eff85b97b57663456973ca369dc556ecae0d77138ca

Contents?: true

Size: 292 Bytes

Versions: 14

Compression:

Stored size: 292 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
  
  attr_accessible :email, :first_name, :last_name, :provider, :uid
end

Version data entries

14 entries across 14 versions & 2 rubygems

Version Path
maestrano-rails-test-0.9.4 test/dummy_activerecord/app/models/mno_monster.rb
maestrano-rails-test-0.9.3 test/dummy_activerecord/app/models/mno_monster.rb
maestrano-rails-0.9.3 test/dummy_activerecord/app/models/mno_monster.rb
maestrano-rails-0.9.2 test/dummy_activerecord/app/models/mno_monster.rb
maestrano-rails-0.9.1 test/dummy_activerecord/app/models/mno_monster.rb
maestrano-rails-0.9.0 test/dummy_activerecord/app/models/mno_monster.rb
maestrano-rails-0.8.0 test/dummy_activerecord/app/models/mno_monster.rb
maestrano-rails-0.7.0 test/dummy/app/models/mno_monster.rb
maestrano-rails-0.6.0 test/dummy/app/models/mno_monster.rb
maestrano-rails-0.5.0 test/dummy/app/models/mno_monster.rb
maestrano-rails-0.4.0 test/dummy/app/models/mno_monster.rb
maestrano-rails-0.3.0 test/dummy/app/models/mno_monster.rb
maestrano-rails-0.2.0 test/dummy/app/models/mno_monster.rb
maestrano-rails-0.1.0 test/dummy/app/models/mno_monster.rb