Sha256: 5a4319938e1afc6612a3d5567beadae80a9f70cc62e052aafe0f52fed0239cf2
Contents?: true
Size: 329 Bytes
Versions: 21
Compression:
Stored size: 329 Bytes
Contents
require 'oauth/models/consumers/token' class ConsumerToken < ActiveRecord::Base include Oauth::Models::Consumers::Token # You can safely remove this callback if you don't allow login from any of your services before_create :create_user # Modify this with class_name etc to match your application belongs_to :user end
Version data entries
21 entries across 11 versions & 5 rubygems